Html Css Color HEX #424211 Verdun Green

📋 copy color: '#424211'

red 66 ◦ green 66 ◦ blue 17

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

Shades of Verdun Green #424211

Tints of Verdun Green #424211

RGB

 RED value IS 66 (26.17% from 255) = 44.3%

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

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

R = 44.3%
G = 44.3%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#424211 (or 0x424211) is known color: Verdun Green. HEX triplet: 42, 42 and 11. RGB value is (66,66,17). Sum of RGB (Red+Green+Blue) = 66+66+17=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424211 is #BDBDEE. Grayscale: #3C3C3C. Windows color (decimal): -12434927 or 1131074. OLE color: 1131074.

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

Color convert

RGB 66 66 17 -
CMYK 0 0 0.74 0.74
HSL 60º 0.59% 0.16% -
HSV(B) 60º 0.74% 0.26% -
XYZ 4.3 5.1 1.29 -
YUV 60.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 66 66 17 0 0 0.74 0.74 60 0.59 0.16
Hex 42 42 11 0 0 4A 4A 3C 3B 10
Octal 102 102 21 0 0 112 112 74 73 20
Binary 1000010 1000010 10001 0 0 1001010 1001010 111100 111011 10000

Color Harmonies of #424211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424211

Black with #424211

Text Example


Text Example

White with #424211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424211; }

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

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

background-color css

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

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

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

border-color css

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

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

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