Html Css Color HEX #394008 Turtle Green

📋 copy color: '#394008'

red 57 ◦ green 64 ◦ blue 8

#394008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #394008

Tints of Turtle Green #394008

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.2%

R = 44.19%
G = 49.61%
B = 6.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#394008 (or 0x394008) is known color: 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

RGB 57 64 8 -
CMYK 0.11 0 0.87 0.75
HSL 67.5º 0.78% 0.14% -
HSV(B) 67.5º 0.88% 0.25% -
XYZ 3.56 4.55 0.92 -
YUV 55.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 57 64 8 0.11 0 0.87 0.75 67.5 0.78 0.14
Hex 39 40 8 B 0 57 4B 44 4E E
Octal 71 100 10 13 0 127 113 104 116 16
Binary 111001 1000000 1000 1011 0 1010111 1001011 1000100 1001110 1110

Color Harmonies of #394008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394008

Black with #394008

Text Example


Text Example

White with #394008

Text Example


Text Example

HTML Codes & Css Web 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>