#415013

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

Shades of Verdun Green #415013

Tints of Verdun Green #415013

Color information

#415013 (or 0x415013) is unknown color: approx Verdun Green. HEX triplet: 41, 50 and 13. RGB value is (65,80,19). Sum of RGB (Red+Green+Blue) = 65+80+19=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #415013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415013 is #BEAFEC. Grayscale: #444444. Windows color (decimal): -12496877 or 1265729. OLE color: 1265729.

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

Color convert

RGB658019-
CMYK0.1900.760.69
HSL74.75º61.62%19.41%-
HSV(B)74.75º76.25%31.37%-
XYZ5.176.911.68-
YUV68.56100.03125.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 80 (31.64% from 255) = 48.78%
BLUE value IS 19 (7.81% from 255) = 11.59%
R=39.63%
G=48.78%
B=11.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580190.1900.760.6974.7561.6219.41
Hex4150131304C454b3e13
Octal101120232301141051137623
Binary100000110100001001110011010011001000101100101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415013; }

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

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

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

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

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

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

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

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