Html Css Color HEX #394320 Turtle Green

📋 copy color: '#394320'

red 57 ◦ green 67 ◦ blue 32

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

Shades of Turtle Green #394320

Tints of Turtle Green #394320

RGB

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

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

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

R = 36.54%
G = 42.95%
B = 20.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#394320 (or 0x394320) is known color: Turtle Green. HEX triplet: 39, 43 and 20. RGB value is (57,67,32). Sum of RGB (Red+Green+Blue) = 57+67+32=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #394320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394320 is #C6BCDF. Grayscale: #3C3C3C. Windows color (decimal): -13024480 or 2114361. OLE color: 2114361.

HSL color Cylindrical-coordinate representation of color #394320: hue angle of 77.14º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #394320 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 67 32 -
CMYK 0.15 0 0.52 0.74
HSL 77.14º 0.35% 0.19% -
HSV(B) 77.14º 0.52% 0.26% -
XYZ 3.96 4.99 2.12 -
YUV 60.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 57 67 32 0.15 0 0.52 0.74 77.14 0.35 0.19
Hex 39 43 20 F 0 34 4A 4D 23 13
Octal 71 103 40 17 0 64 112 115 43 23
Binary 111001 1000011 100000 1111 0 110100 1001010 1001101 100011 10011

Color Harmonies of #394320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394320

Black with #394320

Text Example


Text Example

White with #394320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394320; }

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

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

background-color css

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

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

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

border-color css

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

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

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