#405018

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

Shades of Verdun Green #405018

Tints of Verdun Green #405018

Color information

#405018 (or 0x405018) is unknown color: approx Verdun Green. HEX triplet: 40, 50 and 18. RGB value is (64,80,24). Sum of RGB (Red+Green+Blue) = 64+80+24=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #405018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405018 is #BFAFE7. Grayscale: #454545. Windows color (decimal): -12562408 or 1593408. OLE color: 1593408.

HSL color Cylindrical-coordinate representation of color #405018: hue angle of 77.14º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #405018 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB648024-
CMYK0.2000.700.69
HSL77.14º53.85%20.39%-
HSV(B)77.14º70%31.37%-
XYZ5.156.891.92-
YUV68.83102.7124.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.10%
GREEN value IS 80 (31.64% from 255) = 47.62%
BLUE value IS 24 (9.77% from 255) = 14.29%
R=38.10%
G=47.62%
B=14.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480240.2000.700.6977.1453.8520.39
Hex40501814046454d3614
Octal100120302401061051156624
Binary100000010100001100010100010001101000101100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405018; }

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

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

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

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

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

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

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

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