Html Css Color HEX #394221 Turtle Green

📋 copy color: '#394221'

red 57 ◦ green 66 ◦ blue 33

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

Shades of Turtle Green #394221

Tints of Turtle Green #394221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.15%

R = 36.54%
G = 42.31%
B = 21.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#394221 (or 0x394221) is known color: Turtle Green. HEX triplet: 39, 42 and 21. RGB value is (57,66,33). Sum of RGB (Red+Green+Blue) = 57+66+33=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #394221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394221 is #C6BDDE. Grayscale: #3B3B3B. Windows color (decimal): -13024735 or 2179641. OLE color: 2179641.

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

Color convert

RGB 57 66 33 -
CMYK 0.14 0 0.5 0.74
HSL 76.36º 0.33% 0.19% -
HSV(B) 76.36º 0.5% 0.26% -
XYZ 3.91 4.88 2.17 -
YUV 59.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 57 66 33 0.14 0 0.5 0.74 76.36 0.33 0.19
Hex 39 42 21 E 0 32 4A 4C 21 13
Octal 71 102 41 16 0 62 112 114 41 23
Binary 111001 1000010 100001 1110 0 110010 1001010 1001100 100001 10011

Color Harmonies of #394221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394221

Black with #394221

Text Example


Text Example

White with #394221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394221; }

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

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

background-color css

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

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

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

border-color css

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

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

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