#41610D

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

Shades of Verdun Green #41610D

Tints of Verdun Green #41610D

Color information

#41610D (or 0x41610D) is unknown color: approx Verdun Green. HEX triplet: 41, 61 and 0D. RGB value is (65,97,13). Sum of RGB (Red+Green+Blue) = 65+97+13=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #41610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41610D is #BE9EF2. Grayscale: #4E4E4E. Windows color (decimal): -12492531 or 876865. OLE color: 876865.

HSL color Cylindrical-coordinate representation of color #41610D: hue angle of 82.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41610D is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB659713-
CMYK0.3300.870.62
HSL82.86º76.36%21.57%-
HSV(B)82.86º86.6%38.04%-
XYZ6.539.71.91-
YUV77.8691.4118.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 97 (38.28% from 255) = 55.43%
BLUE value IS 13 (5.47% from 255) = 7.43%
R=37.14%
G=55.43%
B=7.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597130.3300.870.6282.8676.3621.57
Hex4161D210573E534c16
Octal101141154101277612311426
Binary100000111000011101100001010101111111101010011100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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