#41600B

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

Shades of Verdun Green #41600B

Tints of Verdun Green #41600B

Color information

#41600B (or 0x41600B) is unknown color: approx Verdun Green. HEX triplet: 41, 60 and 0B. RGB value is (65,96,11). Sum of RGB (Red+Green+Blue) = 65+96+11=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #41600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41600B is #BE9FF4. Grayscale: #4D4D4D. Windows color (decimal): -12492789 or 745537. OLE color: 745537.

HSL color Cylindrical-coordinate representation of color #41600B: hue angle of 81.88º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41600B is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB659611-
CMYK0.3200.890.62
HSL81.88º79.44%20.98%-
HSV(B)81.88º88.54%37.65%-
XYZ6.429.511.81-
YUV77.0490.73119.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 11 (4.69% from 255) = 6.40%
R=37.79%
G=55.81%
B=6.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596110.3200.890.6281.8879.4420.98
Hex4160B200593E524f15
Octal101140134001317612211725
Binary100000111000001011100000010110011111101010010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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