#3A5016

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

Shades of Verdun Green #3A5016

Tints of Verdun Green #3A5016

Color information

#3A5016 (or 0x3A5016) is unknown color: approx Verdun Green. HEX triplet: 3A, 50 and 16. RGB value is (58,80,22). Sum of RGB (Red+Green+Blue) = 58+80+22=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5016 is #C5AFE9. Grayscale: #434343. Windows color (decimal): -12955626 or 1462330. OLE color: 1462330.

HSL color Cylindrical-coordinate representation of color #3A5016: hue angle of 82.76º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A5016 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB588022-
CMYK0.2800.720.69
HSL82.76º56.86%20%-
HSV(B)82.76º72.5%31.37%-
XYZ4.766.691.8-
YUV66.81102.71121.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.25%
GREEN value IS 80 (31.64% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=36.25%
G=50%
B=13.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880220.2800.720.6982.7656.8620
Hex3A50161C04845533914
Octal72120263401101051237124
Binary11101010100001011011100010010001000101101001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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