#3A5906

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

Shades of Verdun Green #3A5906

Tints of Verdun Green #3A5906

Color information

#3A5906 (or 0x3A5906) is unknown color: approx Verdun Green. HEX triplet: 3A, 59 and 06. RGB value is (58,89,6). Sum of RGB (Red+Green+Blue) = 58+89+6=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5906 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5906 is #C5A6F9. Grayscale: #464646. Windows color (decimal): -12953338 or 416058. OLE color: 416058.

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

Color convert

RGB58896-
CMYK0.3500.930.65
HSL82.41º87.37%18.63%-
HSV(B)82.41º93.26%34.9%-
XYZ5.358.061.45-
YUV70.2791.73119.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.91%
GREEN value IS 89 (35.16% from 255) = 58.17%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=37.91%
G=58.17%
B=3.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588960.3500.930.6582.4187.3718.63
Hex3A5962305D41525713
Octal72131643013510112212723
Binary11101010110011101000110101110110000011010010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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