#394008

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

Shades of Turtle Green #394008

Tints of Turtle Green #394008

Color information

#394008 (or 0x394008) is unknown color: approx Turtle Green. HEX triplet: 39, 40 and 08. RGB value is (57,64,8). Sum of RGB (Red+Green+Blue) = 57+64+8=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #394008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394008 is #C6BFF7. Grayscale: #373737. Windows color (decimal): -13025272 or 540729. OLE color: 540729.

HSL color Cylindrical-coordinate representation of color #394008: hue angle of 67.5º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #394008 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB57648-
CMYK0.1100.870.75
HSL67.5º77.78%14.12%-
HSV(B)67.5º87.5%25.1%-
XYZ3.564.550.92-
YUV55.52101.18129.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.19%
GREEN value IS 64 (25.39% from 255) = 49.61%
BLUE value IS 8 (3.52% from 255) = 6.20%
R=44.19%
G=49.61%
B=6.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal576480.1100.870.7567.577.7814.12
Hex39408B0574B444ee
Octal711001013012711310411616
Binary111001100000010001011010101111001011100010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394008; }

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

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

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

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

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

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

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

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