#405818

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

Shades of Verdun Green #405818

Tints of Verdun Green #405818

Color information

#405818 (or 0x405818) is unknown color: approx Verdun Green. HEX triplet: 40, 58 and 18. RGB value is (64,88,24). Sum of RGB (Red+Green+Blue) = 64+88+24=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #405818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405818 is #BFA7E7. Grayscale: #494949. Windows color (decimal): -12560360 or 1595456. OLE color: 1595456.

HSL color Cylindrical-coordinate representation of color #405818: hue angle of 82.5º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #405818 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB648824-
CMYK0.2700.730.65
HSL82.5º57.14%21.96%-
HSV(B)82.5º72.73%34.51%-
XYZ5.778.142.13-
YUV73.53100.05121.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 88 (34.77% from 255) = 50%
BLUE value IS 24 (9.77% from 255) = 13.64%
R=36.36%
G=50%
B=13.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488240.2700.730.6582.557.1421.96
Hex4058181B04941523916
Octal100130303301111011227126
Binary100000010110001100011011010010011000001101001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405818; }

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

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

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

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

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

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

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

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