#3A5808

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

Shades of Verdun Green #3A5808

Tints of Verdun Green #3A5808

Color information

#3A5808 (or 0x3A5808) is unknown color: approx Verdun Green. HEX triplet: 3A, 58 and 08. RGB value is (58,88,8). Sum of RGB (Red+Green+Blue) = 58+88+8=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5808 is #C5A7F7. Grayscale: #464646. Windows color (decimal): -12953592 or 546874. OLE color: 546874.

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

Color convert

RGB58888-
CMYK0.3400.910.65
HSL82.5º83.33%18.82%-
HSV(B)82.5º90.91%34.51%-
XYZ5.287.91.48-
YUV69.9193.06119.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.66%
GREEN value IS 88 (34.77% from 255) = 57.14%
BLUE value IS 8 (3.52% from 255) = 5.19%
R=37.66%
G=57.14%
B=5.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588880.3400.910.6582.583.3318.82
Hex3A5882205B41525313
Octal721301042013310112212323
Binary111010101100010001000100101101110000011010010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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