#405515

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

Shades of Verdun Green #405515

Tints of Verdun Green #405515

Color information

#405515 (or 0x405515) is unknown color: approx Verdun Green. HEX triplet: 40, 55 and 15. RGB value is (64,85,21). Sum of RGB (Red+Green+Blue) = 64+85+21=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #405515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405515 is #BFAAEA. Grayscale: #474747. Windows color (decimal): -12561131 or 1398080. OLE color: 1398080.

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

Color convert

RGB648521-
CMYK0.2500.750.67
HSL79.69º60.38%20.78%-
HSV(B)79.69º75.29%33.33%-
XYZ5.57.641.89-
YUV71.4299.54122.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.65%
GREEN value IS 85 (33.59% from 255) = 50%
BLUE value IS 21 (8.59% from 255) = 12.35%
R=37.65%
G=50%
B=12.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485210.2500.750.6779.6960.3820.78
Hex4055151904B43503c15
Octal100125253101131031207425
Binary100000010101011010111001010010111000011101000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405515; }

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

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

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

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

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

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

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

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