Html Css Color HEX #404211 Turtle Green

📋 copy color: '#404211'

red 64 ◦ green 66 ◦ blue 17

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

Shades of Turtle Green #404211

Tints of Turtle Green #404211

RGB

 RED value IS 64 (25.39% from 255) = 43.54%

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

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

R = 43.54%
G = 44.9%
B = 11.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#404211 (or 0x404211) is known color: Turtle Green. HEX triplet: 40, 42 and 11. RGB value is (64,66,17). Sum of RGB (Red+Green+Blue) = 64+66+17=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #404211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404211 is #BFBDEE. Grayscale: #3C3C3C. Windows color (decimal): -12565999 or 1131072. OLE color: 1131072.

HSL color Cylindrical-coordinate representation of color #404211: hue angle of 62.45º 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 #404211 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 66 17 -
CMYK 0.03 0 0.74 0.74
HSL 62.45º 0.59% 0.16% -
HSV(B) 62.45º 0.74% 0.26% -
XYZ 4.16 5.03 1.28 -
YUV 59.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 64 66 17 0.03 0 0.74 0.74 62.45 0.59 0.16
Hex 40 42 11 3 0 4A 4A 3E 3B 10
Octal 100 102 21 3 0 112 112 76 73 20
Binary 1000000 1000010 10001 11 0 1001010 1001010 111110 111011 10000

Color Harmonies of #404211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404211

Black with #404211

Text Example


Text Example

White with #404211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404211; }

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

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

background-color css

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

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

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

border-color css

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

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

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