#3B6111

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

Shades of Verdun Green #3B6111

Tints of Verdun Green #3B6111

Color information

#3B6111 (or 0x3B6111) is unknown color: approx Verdun Green. HEX triplet: 3B, 61 and 11. RGB value is (59,97,17). Sum of RGB (Red+Green+Blue) = 59+97+17=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #3B6111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6111 is #C49EEE. Grayscale: #4C4C4C. Windows color (decimal): -12885743 or 1139003. OLE color: 1139003.

HSL color Cylindrical-coordinate representation of color #3B6111: hue angle of 88.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B6111 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB599717-
CMYK0.3900.820.62
HSL88.5º70.18%22.35%-
HSV(B)88.5º82.47%38.04%-
XYZ6.189.522.04-
YUV76.5294.41115.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.10%
GREEN value IS 97 (38.28% from 255) = 56.07%
BLUE value IS 17 (7.03% from 255) = 9.83%
R=34.10%
G=56.07%
B=9.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5997170.3900.820.6288.570.1822.35
Hex3B6111270523E584616
Octal73141214701227613010626
Binary111011110000110001100111010100101111101011000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,97,17); }

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

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

 a { background-color: rgb(59,97,17); }

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

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

 span { border-color: rgb(59,97,17); }

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