#3A5914

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

Shades of Verdun Green #3A5914

Tints of Verdun Green #3A5914

Color information

#3A5914 (or 0x3A5914) is unknown color: approx Verdun Green. HEX triplet: 3A, 59 and 14. RGB value is (58,89,20). Sum of RGB (Red+Green+Blue) = 58+89+20=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5914 is #C5A6EB. Grayscale: #484848. Windows color (decimal): -12953324 or 1333562. OLE color: 1333562.

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

Color convert

RGB588920-
CMYK0.3500.780.65
HSL86.96º63.3%21.37%-
HSV(B)86.96º77.53%34.9%-
XYZ5.448.091.94-
YUV71.8698.73118.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.73%
GREEN value IS 89 (35.16% from 255) = 53.29%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=34.73%
G=53.29%
B=11.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5889200.3500.780.6586.9663.321.37
Hex3A59142304E41573f15
Octal72131244301161011277725
Binary111010101100110100100011010011101000001101011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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