Html Css Color HEX #394420 Turtle Green

📋 copy color: '#394420'

red 57 ◦ green 68 ◦ blue 32

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

Shades of Turtle Green #394420

Tints of Turtle Green #394420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.31%

 BLUE value IS 32 (12.89% from 255) = 20.38%

R = 36.31%
G = 43.31%
B = 20.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#394420 (or 0x394420) is known color: Turtle Green. HEX triplet: 39, 44 and 20. RGB value is (57,68,32). Sum of RGB (Red+Green+Blue) = 57+68+32=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #394420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394420 is #C6BBDF. Grayscale: #3C3C3C. Windows color (decimal): -13024224 or 2114617. OLE color: 2114617.

HSL color Cylindrical-coordinate representation of color #394420: hue angle of 78.33º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #394420 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 68 32 -
CMYK 0.16 0 0.53 0.73
HSL 78.33º 0.36% 0.2% -
HSV(B) 78.33º 0.53% 0.27% -
XYZ 4.02 5.11 2.14 -
YUV 60.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 57 68 32 0.16 0 0.53 0.73 78.33 0.36 0.2
Hex 39 44 20 10 0 35 49 4E 24 14
Octal 71 104 40 20 0 65 111 116 44 24
Binary 111001 1000100 100000 10000 0 110101 1001001 1001110 100100 10100

Color Harmonies of #394420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394420

Black with #394420

Text Example


Text Example

White with #394420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394420; }

 p { color: rgb(57,68,32); }

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

background-color css

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

 a { background-color: rgb(57,68,32); }

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

border-color css

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

 span { border-color: rgb(57,68,32); }

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