#3A5317

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

Shades of Verdun Green #3A5317

Tints of Verdun Green #3A5317

Color information

#3A5317 (or 0x3A5317) is unknown color: approx Verdun Green. HEX triplet: 3A, 53 and 17. RGB value is (58,83,23). Sum of RGB (Red+Green+Blue) = 58+83+23=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5317 is #C5ACE8. Grayscale: #444444. Windows color (decimal): -12954857 or 1528634. OLE color: 1528634.

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

Color convert

RGB588323-
CMYK0.3000.720.67
HSL85º56.6%20.78%-
HSV(B)85º72.29%32.55%-
XYZ4.997.151.93-
YUV68.68102.22120.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.37%
GREEN value IS 83 (32.81% from 255) = 50.61%
BLUE value IS 23 (9.38% from 255) = 14.02%
R=35.37%
G=50.61%
B=14.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883230.3000.720.678556.620.78
Hex3A53171E04843553915
Octal72123273601101031257125
Binary11101010100111011111110010010001000011101010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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