Html Css Color HEX #394308 Turtle Green

📋 copy color: '#394308'

red 57 ◦ green 67 ◦ blue 8

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

Shades of Turtle Green #394308

Tints of Turtle Green #394308

RGB

 RED value IS 57 (22.66% from 255) = 43.18%

 GREEN value IS 67 (26.56% from 255) = 50.76%

 BLUE value IS 8 (3.52% from 255) = 6.06%

R = 43.18%
G = 50.76%
B = 6.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#394308 (or 0x394308) is known color: Turtle Green. HEX triplet: 39, 43 and 08. RGB value is (57,67,8). Sum of RGB (Red+Green+Blue) = 57+67+8=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #394308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394308 is #C6BCF7. Grayscale: #393939. Windows color (decimal): -13024504 or 541497. OLE color: 541497.

HSL color Cylindrical-coordinate representation of color #394308: hue angle of 70.17º degrees, saturation: 0.79, 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 #394308 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 67 8 -
CMYK 0.15 0 0.88 0.74
HSL 70.17º 0.79% 0.15% -
HSV(B) 70.17º 0.88% 0.26% -
XYZ 3.74 4.9 0.98 -
YUV 57.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 57 67 8 0.15 0 0.88 0.74 70.17 0.79 0.15
Hex 39 43 8 F 0 58 4A 46 4F F
Octal 71 103 10 17 0 130 112 106 117 17
Binary 111001 1000011 1000 1111 0 1011000 1001010 1000110 1001111 1111

Color Harmonies of #394308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394308

Black with #394308

Text Example


Text Example

White with #394308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394308; }

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

 H1.HeaderClassName
 {
   color: #394308;
 }
 .AnyTagClassName
 {
   color: #394308;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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