#405514

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

Shades of Verdun Green #405514

Tints of Verdun Green #405514

Color information

#405514 (or 0x405514) is unknown color: approx Verdun Green. HEX triplet: 40, 55 and 14. RGB value is (64,85,20). Sum of RGB (Red+Green+Blue) = 64+85+20=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #405514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405514 is #BFAAEB. Grayscale: #474747. Windows color (decimal): -12561132 or 1332544. OLE color: 1332544.

HSL color Cylindrical-coordinate representation of color #405514: hue angle of 79.38º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #405514 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB648520-
CMYK0.2500.760.67
HSL79.38º61.9%20.59%-
HSV(B)79.38º76.47%33.33%-
XYZ5.497.641.85-
YUV71.3199.04122.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=37.87%
G=50.30%
B=11.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485200.2500.760.6779.3861.920.59
Hex4055141904C434f3e15
Octal100125243101141031177625
Binary100000010101011010011001010011001000011100111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405514; }

 p { color: rgb(64,85,20); }

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

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

 a { background-color: rgb(64,85,20); }

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

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

 span { border-color: rgb(64,85,20); }

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