#41600A

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

Shades of Verdun Green #41600A

Tints of Verdun Green #41600A

Color information

#41600A (or 0x41600A) is unknown color: approx Verdun Green. HEX triplet: 41, 60 and 0A. RGB value is (65,96,10). Sum of RGB (Red+Green+Blue) = 65+96+10=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #41600A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41600A is #BE9FF5. Grayscale: #4D4D4D. Windows color (decimal): -12492790 or 680001. OLE color: 680001.

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

Color convert

RGB659610-
CMYK0.3200.900.62
HSL81.63º81.13%20.78%-
HSV(B)81.63º89.58%37.65%-
XYZ6.429.511.78-
YUV76.9390.23119.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=38.01%
G=56.14%
B=5.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596100.3200.900.6281.6381.1320.78
Hex4160A2005A3E525115
Octal101140124001327612212125
Binary100000111000001010100000010110101111101010010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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