Html Css Color HEX #394211 Turtle Green

📋 copy color: '#394211'

red 57 ◦ green 66 ◦ blue 17

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

Shades of Turtle Green #394211

Tints of Turtle Green #394211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.14%

 BLUE value IS 17 (7.03% from 255) = 12.14%

R = 40.71%
G = 47.14%
B = 12.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#394211 (or 0x394211) is known color: Turtle Green. HEX triplet: 39, 42 and 11. RGB value is (57,66,17). Sum of RGB (Red+Green+Blue) = 57+66+17=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #394211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394211 is #C6BDEE. Grayscale: #393939. Windows color (decimal): -13024751 or 1131065. OLE color: 1131065.

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

Color convert

RGB 57 66 17 -
CMYK 0.14 0 0.74 0.74
HSL 71.02º 0.59% 0.16% -
HSV(B) 71.02º 0.74% 0.26% -
XYZ 3.74 4.81 1.26 -
YUV 57.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 57 66 17 0.14 0 0.74 0.74 71.02 0.59 0.16
Hex 39 42 11 E 0 4A 4A 47 3B 10
Octal 71 102 21 16 0 112 112 107 73 20
Binary 111001 1000010 10001 1110 0 1001010 1001010 1000111 111011 10000

Color Harmonies of #394211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394211

Black with #394211

Text Example


Text Example

White with #394211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394211; }

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

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

background-color css

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

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

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

border-color css

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

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

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