#576001

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

Shades of Verdun Green #576001

Tints of Verdun Green #576001

Color information

#576001 (or 0x576001) is unknown color: approx Verdun Green. HEX triplet: 57, 60 and 01. RGB value is (87,96,1). Sum of RGB (Red+Green+Blue) = 87+96+1=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #576001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #576001 is #A89FFE. Grayscale: #525252. Windows color (decimal): -11051007 or 90199. OLE color: 90199.

HSL color Cylindrical-coordinate representation of color #576001: hue angle of 65.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #576001 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB87961-
CMYK0.0900.990.62
HSL65.68º97.94%19.02%-
HSV(B)65.68º98.96%37.65%-
XYZ8.1210.391.61-
YUV82.4882.02131.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.28%
GREEN value IS 96 (37.89% from 255) = 52.17%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=47.28%
G=52.17%
B=0.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal879610.0900.990.6265.6897.9419.02
Hex5760190633E426213
Octal12714011101437610214223
Binary1010111110000011001011000111111101000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576001; }

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

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

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

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

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

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

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

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