#3A5A06

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

Shades of Verdun Green #3A5A06

Tints of Verdun Green #3A5A06

Color information

#3A5A06 (or 0x3A5A06) is unknown color: approx Verdun Green. HEX triplet: 3A, 5A and 06. RGB value is (58,90,6). Sum of RGB (Red+Green+Blue) = 58+90+6=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 90 (35.55% from 255 or 58.44% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5A06 is #C5A5F9. Grayscale: #474747. Windows color (decimal): -12953082 or 416314. OLE color: 416314.

HSL color Cylindrical-coordinate representation of color #3A5A06: hue angle of 82.86º degrees, saturation: 0.88, 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 #3A5A06 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB58906-
CMYK0.3600.930.65
HSL82.86º87.5%18.82%-
HSV(B)82.86º93.33%35.29%-
XYZ5.438.231.47-
YUV70.8691.4118.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.66%
GREEN value IS 90 (35.55% from 255) = 58.44%
BLUE value IS 6 (2.73% from 255) = 3.90%
R=37.66%
G=58.44%
B=3.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589060.3600.930.6582.8687.518.82
Hex3A5A62405D41535813
Octal72132644013510112313023
Binary11101010110101101001000101110110000011010011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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