#3A5517

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

Shades of Verdun Green #3A5517

Tints of Verdun Green #3A5517

Color information

#3A5517 (or 0x3A5517) is unknown color: approx Verdun Green. HEX triplet: 3A, 55 and 17. RGB value is (58,85,23). Sum of RGB (Red+Green+Blue) = 58+85+23=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5517 is #C5AAE8. Grayscale: #464646. Windows color (decimal): -12954345 or 1529146. OLE color: 1529146.

HSL color Cylindrical-coordinate representation of color #3A5517: hue angle of 86.13º degrees, saturation: 0.57, 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 #3A5517 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB588523-
CMYK0.3200.730.67
HSL86.13º57.41%21.18%-
HSV(B)86.13º72.94%33.33%-
XYZ5.157.461.98-
YUV69.86101.55119.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.94%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 23 (9.38% from 255) = 13.86%
R=34.94%
G=51.20%
B=13.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885230.3200.730.6786.1357.4121.18
Hex3A55172004943563915
Octal72125274001111031267125
Binary111010101010110111100000010010011000011101011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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