#41500B

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

Shades of Verdun Green #41500B

Tints of Verdun Green #41500B

Color information

#41500B (or 0x41500B) is unknown color: approx Verdun Green. HEX triplet: 41, 50 and 0B. RGB value is (65,80,11). Sum of RGB (Red+Green+Blue) = 65+80+11=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #41500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41500B is #BEAFF4. Grayscale: #434343. Windows color (decimal): -12496885 or 741441. OLE color: 741441.

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

Color convert

RGB658011-
CMYK0.1900.860.69
HSL73.04º75.82%17.84%-
HSV(B)73.04º86.25%31.37%-
XYZ5.116.891.38-
YUV67.6596.03126.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 80 (31.64% from 255) = 51.28%
BLUE value IS 11 (4.69% from 255) = 7.05%
R=41.67%
G=51.28%
B=7.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580110.1900.860.6973.0475.8217.84
Hex4150B1305645494c12
Octal1011201323012610511111422
Binary100000110100001011100110101011010001011001001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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