#405013

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

Shades of Verdun Green #405013

Tints of Verdun Green #405013

Color information

#405013 (or 0x405013) is unknown color: approx Verdun Green. HEX triplet: 40, 50 and 13. RGB value is (64,80,19). Sum of RGB (Red+Green+Blue) = 64+80+19=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #405013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405013 is #BFAFEC. Grayscale: #444444. Windows color (decimal): -12562413 or 1265728. OLE color: 1265728.

HSL color Cylindrical-coordinate representation of color #405013: hue angle of 75.74º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #405013 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB648019-
CMYK0.2000.760.69
HSL75.74º61.62%19.41%-
HSV(B)75.74º76.25%31.37%-
XYZ5.16.871.67-
YUV68.26100.2124.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 19 (7.81% from 255) = 11.66%
R=39.26%
G=49.08%
B=11.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480190.2000.760.6975.7461.6219.41
Hex4050131404C454c3e13
Octal100120232401141051147623
Binary100000010100001001110100010011001000101100110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405013; }

 p { color: rgb(64,80,19); }

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

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

 a { background-color: rgb(64,80,19); }

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

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

 span { border-color: rgb(64,80,19); }

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