#3B5215

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

Shades of Verdun Green #3B5215

Tints of Verdun Green #3B5215

Color information

#3B5215 (or 0x3B5215) is unknown color: approx Verdun Green. HEX triplet: 3B, 52 and 15. RGB value is (59,82,21). Sum of RGB (Red+Green+Blue) = 59+82+21=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #3B5215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5215 is #C4ADEA. Grayscale: #444444. Windows color (decimal): -12889579 or 1397307. OLE color: 1397307.

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

Color convert

RGB598221-
CMYK0.2800.740.68
HSL82.62º59.22%20.2%-
HSV(B)82.62º74.39%32.16%-
XYZ4.967.021.8-
YUV68.17101.38121.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.42%
GREEN value IS 82 (32.42% from 255) = 50.62%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=36.42%
G=50.62%
B=12.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5982210.2800.740.6882.6259.2220.2
Hex3B52151C04A44533b14
Octal73122253401121041237324
Binary11101110100101010111100010010101000100101001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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