#3A5801

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

Shades of Verdun Green #3A5801

Tints of Verdun Green #3A5801

Color information

#3A5801 (or 0x3A5801) is unknown color: approx Verdun Green. HEX triplet: 3A, 58 and 01. RGB value is (58,88,1). Sum of RGB (Red+Green+Blue) = 58+88+1=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 88 (34.77% from 255 or 59.86% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5801 is #C5A7FE. Grayscale: #454545. Windows color (decimal): -12953599 or 88122. OLE color: 88122.

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

Color convert

RGB58881-
CMYK0.3400.990.65
HSL80.69º97.75%17.45%-
HSV(B)80.69º98.86%34.51%-
XYZ5.247.881.27-
YUV69.1189.56120.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.46%
GREEN value IS 88 (34.77% from 255) = 59.86%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=39.46%
G=59.86%
B=0.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588810.3400.990.6580.6997.7517.45
Hex3A5812206341516211
Octal72130142014310112114221
Binary111010101100011000100110001110000011010001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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