#3A5809

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

Shades of Verdun Green #3A5809

Tints of Verdun Green #3A5809

Color information

#3A5809 (or 0x3A5809) is unknown color: approx Verdun Green. HEX triplet: 3A, 58 and 09. RGB value is (58,88,9). Sum of RGB (Red+Green+Blue) = 58+88+9=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5809 is #C5A7F6. Grayscale: #464646. Windows color (decimal): -12953591 or 612410. OLE color: 612410.

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

Color convert

RGB58889-
CMYK0.3400.900.65
HSL82.78º81.44%19.02%-
HSV(B)82.78º89.77%34.51%-
XYZ5.287.91.5-
YUV70.0293.56119.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.42%
GREEN value IS 88 (34.77% from 255) = 56.77%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=37.42%
G=56.77%
B=5.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588890.3400.900.6582.7881.4419.02
Hex3A5892205A41535113
Octal721301142013210112312123
Binary111010101100010011000100101101010000011010011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,88,9); }

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

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

 a { background-color: rgb(58,88,9); }

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

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

 span { border-color: rgb(58,88,9); }

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