Html Css Color HEX #394224 Turtle Green

📋 copy color: '#394224'

red 57 ◦ green 66 ◦ blue 36

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

Shades of Turtle Green #394224

Tints of Turtle Green #394224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.64%

R = 35.85%
G = 41.51%
B = 22.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#394224 (or 0x394224) is known color: Turtle Green. HEX triplet: 39, 42 and 24. RGB value is (57,66,36). Sum of RGB (Red+Green+Blue) = 57+66+36=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #394224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394224 is #C6BDDB. Grayscale: #3B3B3B. Windows color (decimal): -13024732 or 2376249. OLE color: 2376249.

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

Color convert

RGB 57 66 36 -
CMYK 0.14 0 0.45 0.74
HSL 78º 0.29% 0.2% -
HSV(B) 78º 0.45% 0.26% -
XYZ 3.95 4.89 2.41 -
YUV 59.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 57 66 36 0.14 0 0.45 0.74 78 0.29 0.2
Hex 39 42 24 E 0 2D 4A 4E 1D 14
Octal 71 102 44 16 0 55 112 116 35 24
Binary 111001 1000010 100100 1110 0 101101 1001010 1001110 11101 10100

Color Harmonies of #394224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394224

Black with #394224

Text Example


Text Example

White with #394224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394224; }

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

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

background-color css

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

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

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

border-color css

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

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

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