#415012

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

Shades of Verdun Green #415012

Tints of Verdun Green #415012

Color information

#415012 (or 0x415012) is unknown color: approx Verdun Green. HEX triplet: 41, 50 and 12. RGB value is (65,80,18). Sum of RGB (Red+Green+Blue) = 65+80+18=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #415012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415012 is #BEAFED. Grayscale: #444444. Windows color (decimal): -12496878 or 1200193. OLE color: 1200193.

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

Color convert

RGB658018-
CMYK0.1900.780.69
HSL74.52º63.27%19.22%-
HSV(B)74.52º77.5%31.37%-
XYZ5.166.91.63-
YUV68.4599.53125.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=39.88%
G=49.08%
B=11.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580180.1900.780.6974.5263.2719.22
Hex4150121304E454b3f13
Octal101120222301161051137723
Binary100000110100001001010011010011101000101100101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415012; }

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

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

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

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

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

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

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

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