#3B5216

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

Shades of Verdun Green #3B5216

Tints of Verdun Green #3B5216

Color information

#3B5216 (or 0x3B5216) is unknown color: approx Verdun Green. HEX triplet: 3B, 52 and 16. RGB value is (59,82,22). Sum of RGB (Red+Green+Blue) = 59+82+22=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #3B5216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5216 is #C4ADE9. Grayscale: #444444. Windows color (decimal): -12889578 or 1462843. OLE color: 1462843.

HSL color Cylindrical-coordinate representation of color #3B5216: hue angle of 83º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B5216 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB598222-
CMYK0.2800.730.68
HSL83º57.69%20.39%-
HSV(B)83º73.17%32.16%-
XYZ4.977.021.85-
YUV68.28101.88121.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.20%
GREEN value IS 82 (32.42% from 255) = 50.31%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=36.20%
G=50.31%
B=13.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5982220.2800.730.688357.6920.39
Hex3B52161C04944533a14
Octal73122263401111041237224
Binary11101110100101011011100010010011000100101001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,82,22); }

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

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

 a { background-color: rgb(59,82,22); }

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

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

 span { border-color: rgb(59,82,22); }

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