#394224

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

Shades of Turtle Green #394224

Tints of Turtle Green #394224

Color information

#394224 (or 0x394224) is unknown color: approx Turtle Green. HEX triplet: 39, 42 and 24. RGB value is (57,66,36). Sum of RGB (Red+Green+Blue) = 57+66+36=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #394224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394224 is #C6BDDB. Grayscale: #3B3B3B. Windows color (decimal): -13024732 or 2376249. OLE color: 2376249.

HSL color Cylindrical-coordinate representation of color #394224: hue angle of 78º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #394224 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB576636-
CMYK0.1400.450.74
HSL78º29.41%20%-
HSV(B)78º45.45%25.88%-
XYZ3.954.892.41-
YUV59.89114.52125.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 36 (14.45% from 255) = 22.64%
R=35.85%
G=41.51%
B=22.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5766360.1400.450.747829.4120
Hex394224E02D4A4e1d14
Octal7110244160551121163524
Binary111001100001010010011100101101100101010011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394224; }

 p { color: rgb(57,66,36); }

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

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

 a { background-color: rgb(57,66,36); }

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

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

 span { border-color: rgb(57,66,36); }

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