#414211

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

Shades of Verdun Green #414211

Tints of Verdun Green #414211

Color information

#414211 (or 0x414211) is unknown color: approx Verdun Green. HEX triplet: 41, 42 and 11. RGB value is (65,66,17). Sum of RGB (Red+Green+Blue) = 65+66+17=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #414211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414211 is #BEBDEE. Grayscale: #3C3C3C. Windows color (decimal): -12500463 or 1131073. OLE color: 1131073.

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

Color convert

RGB656617-
CMYK0.0200.740.74
HSL61.22º59.04%16.27%-
HSV(B)61.22º74.24%25.88%-
XYZ4.235.061.28-
YUV60.11103.67131.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 66 (26.17% from 255) = 44.59%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=43.92%
G=44.59%
B=11.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566170.0200.740.7461.2259.0416.27
Hex414211204A4A3d3b10
Octal1011022120112112757320
Binary10000011000010100011001001010100101011110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414211; }

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

 H1.HeaderClassName
 {
   color: #414211;
 }
 .AnyTagClassName
 {
   color: #414211;
 }
</style>
background-color css

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

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

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

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

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

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