#3A5910

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

Shades of Verdun Green #3A5910

Tints of Verdun Green #3A5910

Color information

#3A5910 (or 0x3A5910) is unknown color: approx Verdun Green. HEX triplet: 3A, 59 and 10. RGB value is (58,89,16). Sum of RGB (Red+Green+Blue) = 58+89+16=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5910 is #C5A6EF. Grayscale: #474747. Windows color (decimal): -12953328 or 1071418. OLE color: 1071418.

HSL color Cylindrical-coordinate representation of color #3A5910: hue angle of 85.48º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A5910 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB588916-
CMYK0.3500.820.65
HSL85.48º69.52%20.59%-
HSV(B)85.48º82.02%34.9%-
XYZ5.418.081.76-
YUV71.4196.73118.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.58%
GREEN value IS 89 (35.16% from 255) = 54.60%
BLUE value IS 16 (6.64% from 255) = 9.82%
R=35.58%
G=54.60%
B=9.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5889160.3500.820.6585.4869.5220.59
Hex3A59102305241554615
Octal721312043012210112510625
Binary1110101011001100001000110101001010000011010101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,89,16); }

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

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

 a { background-color: rgb(58,89,16); }

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

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

 span { border-color: rgb(58,89,16); }

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