#3A5315

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

Shades of Verdun Green #3A5315

Tints of Verdun Green #3A5315

Color information

#3A5315 (or 0x3A5315) is unknown color: approx Verdun Green. HEX triplet: 3A, 53 and 15. RGB value is (58,83,21). Sum of RGB (Red+Green+Blue) = 58+83+21=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5315 is #C5ACEA. Grayscale: #444444. Windows color (decimal): -12954859 or 1397562. OLE color: 1397562.

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

Color convert

RGB588321-
CMYK0.3000.750.67
HSL84.19º59.62%20.39%-
HSV(B)84.19º74.7%32.55%-
XYZ4.977.141.83-
YUV68.46101.22120.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.80%
GREEN value IS 83 (32.81% from 255) = 51.23%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=35.80%
G=51.23%
B=12.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883210.3000.750.6784.1959.6220.39
Hex3A53151E04B43543c14
Octal72123253601131031247424
Binary11101010100111010111110010010111000011101010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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