#415715

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

Shades of Verdun Green #415715

Tints of Verdun Green #415715

Color information

#415715 (or 0x415715) is unknown color: approx Verdun Green. HEX triplet: 41, 57 and 15. RGB value is (65,87,21). Sum of RGB (Red+Green+Blue) = 65+87+21=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #415715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415715 is #BEA8EA. Grayscale: #494949. Windows color (decimal): -12495083 or 1398593. OLE color: 1398593.

HSL color Cylindrical-coordinate representation of color #415715: hue angle of 80º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #415715 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB658721-
CMYK0.2500.760.66
HSL80º61.11%21.18%-
HSV(B)80º75.86%34.12%-
XYZ5.727.991.95-
YUV72.998.71122.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 87 (34.38% from 255) = 50.29%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=37.57%
G=50.29%
B=12.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6587210.2500.760.668061.1121.18
Hex4157151904C42503d15
Octal101127253101141021207525
Binary100000110101111010111001010011001000010101000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415715; }

 p { color: rgb(65,87,21); }

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

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

 a { background-color: rgb(65,87,21); }

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

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

 span { border-color: rgb(65,87,21); }

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