#394208

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

Shades of Turtle Green #394208

Tints of Turtle Green #394208

Color information

#394208 (or 0x394208) is unknown color: approx Turtle Green. HEX triplet: 39, 42 and 08. RGB value is (57,66,8). Sum of RGB (Red+Green+Blue) = 57+66+8=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #394208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394208 is #C6BDF7. Grayscale: #383838. Windows color (decimal): -13024760 or 541241. OLE color: 541241.

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

Color convert

RGB57668-
CMYK0.1400.880.74
HSL69.31º78.38%14.51%-
HSV(B)69.31º87.88%25.88%-
XYZ3.684.780.96-
YUV56.7100.52128.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 66 (26.17% from 255) = 50.38%
BLUE value IS 8 (3.52% from 255) = 6.11%
R=43.51%
G=50.38%
B=6.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal576680.1400.880.7469.3178.3814.51
Hex39428E0584A454ef
Octal711021016013011210511617
Binary111001100001010001110010110001001010100010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394208; }

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

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

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

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

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

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

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

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