#414512

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

Shades of Verdun Green #414512

Tints of Verdun Green #414512

Color information

#414512 (or 0x414512) is unknown color: approx Verdun Green. HEX triplet: 41, 45 and 12. RGB value is (65,69,18). Sum of RGB (Red+Green+Blue) = 65+69+18=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #414512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414512 is #BEBAED. Grayscale: #3E3E3E. Windows color (decimal): -12499694 or 1197377. OLE color: 1197377.

HSL color Cylindrical-coordinate representation of color #414512: hue angle of 64.71º degrees, saturation: 0.59, 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 #414512 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB656918-
CMYK0.0600.740.73
HSL64.71º58.62%17.06%-
HSV(B)64.71º73.91%27.06%-
XYZ4.425.421.39-
YUV61.99103.17130.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 69 (27.34% from 255) = 45.39%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=42.76%
G=45.39%
B=11.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6569180.0600.740.7364.7158.6217.06
Hex414512604A49413b11
Octal10110522601121111017321
Binary1000001100010110010110010010101001001100000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414512; }

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

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

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

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

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

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

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

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