#415015

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

Shades of Verdun Green #415015

Tints of Verdun Green #415015

Color information

#415015 (or 0x415015) is unknown color: approx Verdun Green. HEX triplet: 41, 50 and 15. RGB value is (65,80,21). Sum of RGB (Red+Green+Blue) = 65+80+21=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #415015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415015 is #BEAFEA. Grayscale: #454545. Windows color (decimal): -12496875 or 1396801. OLE color: 1396801.

HSL color Cylindrical-coordinate representation of color #415015: hue angle of 75.25º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #415015 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB658021-
CMYK0.1900.740.69
HSL75.25º58.42%19.8%-
HSV(B)75.25º73.75%31.37%-
XYZ5.186.921.77-
YUV68.79101.03125.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 21 (8.59% from 255) = 12.65%
R=39.16%
G=48.19%
B=12.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580210.1900.740.6975.2558.4219.8
Hex4150151304A454b3a14
Octal101120252301121051137224
Binary100000110100001010110011010010101000101100101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415015; }

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

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

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

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

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

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

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

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