#414412

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

Shades of Verdun Green #414412

Tints of Verdun Green #414412

Color information

#414412 (or 0x414412) is unknown color: approx Verdun Green. HEX triplet: 41, 44 and 12. RGB value is (65,68,18). Sum of RGB (Red+Green+Blue) = 65+68+18=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #414412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414412 is #BEBBED. Grayscale: #3D3D3D. Windows color (decimal): -12499950 or 1197121. OLE color: 1197121.

HSL color Cylindrical-coordinate representation of color #414412: hue angle of 63.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #414412 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB656818-
CMYK0.0400.740.73
HSL63.6º58.14%16.86%-
HSV(B)63.6º73.53%26.67%-
XYZ4.365.31.37-
YUV61.4103.51130.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 18 (7.42% from 255) = 11.92%
R=43.05%
G=45.03%
B=11.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6568180.0400.740.7363.658.1416.86
Hex414412404A49403a11
Octal10110422401121111007221
Binary1000001100010010010100010010101001001100000011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414412; }

 p { color: rgb(65,68,18); }

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

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

 a { background-color: rgb(65,68,18); }

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

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

 span { border-color: rgb(65,68,18); }

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