#39451A

Color #39451A Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #39451A

Tints of Turtle Green #39451A

Color information

#39451A (or 0x39451A) is unknown color: approx Turtle Green. HEX triplet: 39, 45 and 1A. RGB value is (57,69,26). Sum of RGB (Red+Green+Blue) = 57+69+26=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #39451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39451A is #C6BAE5. Grayscale: #3C3C3C. Windows color (decimal): -13023974 or 1721657. OLE color: 1721657.

HSL color Cylindrical-coordinate representation of color #39451A: hue angle of 76.74º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39451A is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB576926-
CMYK0.1700.620.73
HSL76.74º45.26%18.63%-
HSV(B)76.74º62.32%27.06%-
XYZ45.21.77-
YUV60.51108.52125.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 69 (27.34% from 255) = 45.39%
BLUE value IS 26 (10.55% from 255) = 17.11%
R=37.5%
G=45.39%
B=17.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5769260.1700.620.7376.7445.2618.63
Hex39451A1103E494d2d13
Octal7110532210761111155523
Binary1110011000101110101000101111101001001100110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39451A; }

 p { color: rgb(57,69,26); }

 H1.HeaderClassName
 {
   color: #39451A;
 }
 .AnyTagClassName
 {
   color: #39451A;
 }
</style>
background-color css

<style>
 a { background-color: #39451A; }

 a { background-color: rgb(57,69,26); }

 div.DivClassName
 {
   background-color: #39451A;
 }
 .BgClassName
 {
   background-color: #39451A;
 }
</style>
border-color css

<style>
 span { border-color: #39451A; }

 span { border-color: rgb(57,69,26); }

 td.TdClassName
 {
   border-color: #39451A;
 }
 .TagClassName
 {
   border-color: #39451A;
 }
</style>