#3D4911

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

Shades of Verdun Green #3D4911

Tints of Verdun Green #3D4911

Color information

#3D4911 (or 0x3D4911) is unknown color: approx Verdun Green. HEX triplet: 3D, 49 and 11. RGB value is (61,73,17). Sum of RGB (Red+Green+Blue) = 61+73+17=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #3D4911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4911 is #C2B6EE. Grayscale: #3F3F3F. Windows color (decimal): -12760815 or 1132861. OLE color: 1132861.

HSL color Cylindrical-coordinate representation of color #3D4911: hue angle of 72.86º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D4911 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB617317-
CMYK0.1600.770.71
HSL72.86º62.22%17.65%-
HSV(B)72.86º76.71%28.63%-
XYZ4.415.81.42-
YUV63.03102.02126.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.40%
GREEN value IS 73 (28.91% from 255) = 48.34%
BLUE value IS 17 (7.03% from 255) = 11.26%
R=40.40%
G=48.34%
B=11.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6173170.1600.770.7172.8662.2217.65
Hex3D49111004D47493e12
Octal75111212001151071117622
Binary11110110010011000110000010011011000111100100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D4911; }

 p { color: rgb(61,73,17); }

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

<style>
 a { background-color: #3D4911; }

 a { background-color: rgb(61,73,17); }

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

<style>
 span { border-color: #3D4911; }

 span { border-color: rgb(61,73,17); }

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