#575901

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

Shades of Verdun Green #575901

Tints of Verdun Green #575901

Color information

#575901 (or 0x575901) is unknown color: approx Verdun Green. HEX triplet: 57, 59 and 01. RGB value is (87,89,1). Sum of RGB (Red+Green+Blue) = 87+89+1=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #575901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575901 is #A8A6FE. Grayscale: #4E4E4E. Windows color (decimal): -11052799 or 88407. OLE color: 88407.

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

Color convert

RGB87891-
CMYK0.0200.990.65
HSL61.36º97.78%17.65%-
HSV(B)61.36º98.88%34.9%-
XYZ7.519.171.4-
YUV78.3784.34134.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 89 (35.16% from 255) = 50.28%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=49.15%
G=50.28%
B=0.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal878910.0200.990.6561.3697.7817.65
Hex575912063413d6212
Octal1271311201431017514222
Binary10101111011001110011000111000001111101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575901; }

 p { color: rgb(87,89,1); }

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

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

 a { background-color: rgb(87,89,1); }

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

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

 span { border-color: rgb(87,89,1); }

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