#414511

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

Shades of Verdun Green #414511

Tints of Verdun Green #414511

Color information

#414511 (or 0x414511) is unknown color: approx Verdun Green. HEX triplet: 41, 45 and 11. RGB value is (65,69,17). Sum of RGB (Red+Green+Blue) = 65+69+17=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #414511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414511 is #BEBAEE. Grayscale: #3E3E3E. Windows color (decimal): -12499695 or 1131841. OLE color: 1131841.

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

Color convert

RGB656917-
CMYK0.0600.750.73
HSL64.62º60.47%16.86%-
HSV(B)64.62º75.36%27.06%-
XYZ4.415.421.34-
YUV61.88102.67130.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 69 (27.34% from 255) = 45.70%
BLUE value IS 17 (7.03% from 255) = 11.26%
R=43.05%
G=45.70%
B=11.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6569170.0600.750.7364.6260.4716.86
Hex414511604B49413c11
Octal10110521601131111017421
Binary1000001100010110001110010010111001001100000111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414511; }

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

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

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

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

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

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

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

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