#405F15

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

Shades of Verdun Green #405F15

Tints of Verdun Green #405F15

Color information

#405F15 (or 0x405F15) is unknown color: approx Verdun Green. HEX triplet: 40, 5F and 15. RGB value is (64,95,21). Sum of RGB (Red+Green+Blue) = 64+95+21=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 95 (37.5% from 255 or 52.78% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 95 - color contains mainly: green. Hex color #405F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405F15 is #BFA0EA. Grayscale: #4D4D4D. Windows color (decimal): -12558571 or 1400640. OLE color: 1400640.

HSL color Cylindrical-coordinate representation of color #405F15: hue angle of 85.14º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #405F15 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB649521-
CMYK0.3300.780.63
HSL85.14º63.79%22.75%-
HSV(B)85.14º77.89%37.25%-
XYZ6.349.332.18-
YUV77.396.23118.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 95 (37.5% from 255) = 52.78%
BLUE value IS 21 (8.59% from 255) = 11.67%
R=35.56%
G=52.78%
B=11.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6495210.3300.780.6385.1463.7922.75
Hex405F152104E3F554017
Octal100137254101167712510027
Binary1000000101111110101100001010011101111111010101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405F15; }

 p { color: rgb(64,95,21); }

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

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

 a { background-color: rgb(64,95,21); }

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

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

 span { border-color: rgb(64,95,21); }

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