#3A5316

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

Shades of Verdun Green #3A5316

Tints of Verdun Green #3A5316

Color information

#3A5316 (or 0x3A5316) is unknown color: approx Verdun Green. HEX triplet: 3A, 53 and 16. RGB value is (58,83,22). Sum of RGB (Red+Green+Blue) = 58+83+22=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5316 is #C5ACE9. Grayscale: #444444. Windows color (decimal): -12954858 or 1463098. OLE color: 1463098.

HSL color Cylindrical-coordinate representation of color #3A5316: hue angle of 84.59º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A5316 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB588322-
CMYK0.3000.730.67
HSL84.59º58.1%20.59%-
HSV(B)84.59º73.49%32.55%-
XYZ4.987.141.88-
YUV68.57101.72120.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.58%
GREEN value IS 83 (32.81% from 255) = 50.92%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=35.58%
G=50.92%
B=13.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883220.3000.730.6784.5958.120.59
Hex3A53161E04943553a15
Octal72123263601111031257225
Binary11101010100111011011110010010011000011101010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,83,22); }

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

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

 a { background-color: rgb(58,83,22); }

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

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

 span { border-color: rgb(58,83,22); }

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