#405518

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

Shades of Verdun Green #405518

Tints of Verdun Green #405518

Color information

#405518 (or 0x405518) is unknown color: approx Verdun Green. HEX triplet: 40, 55 and 18. RGB value is (64,85,24). Sum of RGB (Red+Green+Blue) = 64+85+24=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #405518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405518 is #BFAAE7. Grayscale: #474747. Windows color (decimal): -12561128 or 1594688. OLE color: 1594688.

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

Color convert

RGB648524-
CMYK0.2500.720.67
HSL80.66º55.96%21.37%-
HSV(B)80.66º71.76%33.33%-
XYZ5.537.652.05-
YUV71.77101.04122.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 24 (9.77% from 255) = 13.87%
R=36.99%
G=49.13%
B=13.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485240.2500.720.6780.6655.9621.37
Hex4055181904843513815
Octal100125303101101031217025
Binary100000010101011100011001010010001000011101000111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405518; }

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

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

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

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

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

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

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

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