#41500D

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

Shades of Verdun Green #41500D

Tints of Verdun Green #41500D

Color information

#41500D (or 0x41500D) is unknown color: approx Verdun Green. HEX triplet: 41, 50 and 0D. RGB value is (65,80,13). Sum of RGB (Red+Green+Blue) = 65+80+13=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #41500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41500D is #BEAFF2. Grayscale: #444444. Windows color (decimal): -12496883 or 872513. OLE color: 872513.

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

Color convert

RGB658013-
CMYK0.1900.840.69
HSL73.43º72.04%18.24%-
HSV(B)73.43º83.75%31.37%-
XYZ5.126.891.44-
YUV67.8897.03125.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 13 (5.47% from 255) = 8.23%
R=41.14%
G=50.63%
B=8.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580130.1900.840.6973.4372.0418.24
Hex4150D1305445494812
Octal1011201523012410511111022
Binary100000110100001101100110101010010001011001001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41500D; }

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

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

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

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

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

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

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

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