#414816

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

Shades of Verdun Green #414816

Tints of Verdun Green #414816

Color information

#414816 (or 0x414816) is unknown color: approx Verdun Green. HEX triplet: 41, 48 and 16. RGB value is (65,72,22). Sum of RGB (Red+Green+Blue) = 65+72+22=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #414816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414816 is #BEB7E9. Grayscale: #404040. Windows color (decimal): -12498922 or 1460289. OLE color: 1460289.

HSL color Cylindrical-coordinate representation of color #414816: hue angle of 68.4º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #414816 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB657222-
CMYK0.1000.690.72
HSL68.4º53.19%18.43%-
HSV(B)68.4º69.44%28.24%-
XYZ4.645.821.64-
YUV64.21104.18128.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=40.88%
G=45.28%
B=13.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572220.1000.690.7268.453.1918.43
Hex414816A04548443512
Octal101110261201051101046522
Binary10000011001000101101010010001011001000100010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414816; }

 p { color: rgb(65,72,22); }

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

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

 a { background-color: rgb(65,72,22); }

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

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

 span { border-color: rgb(65,72,22); }

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