#424211

Color #424211 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #424211

Tints of Verdun Green #424211

Color information

#424211 (or 0x424211) is unknown color: approx 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

RGB666617-
CMYK000.740.74
HSL60º59.04%16.27%-
HSV(B)60º74.24%25.88%-
XYZ4.35.11.29-
YUV60.41103.5131.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 17 (7.03% from 255) = 11.41%
R=44.30%
G=44.30%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666617000.740.746059.0416.27
Hex424211004A4A3c3b10
Octal1021022100112112747320
Binary1000010100001010001001001010100101011110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>