#576701

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

Shades of Verdun Green #576701

Tints of Verdun Green #576701

Color information

#576701 (or 0x576701) is unknown color: approx Verdun Green. HEX triplet: 57, 67 and 01. RGB value is (87,103,1). Sum of RGB (Red+Green+Blue) = 87+103+1=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #576701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #576701 is #A898FE. Grayscale: #565656. Windows color (decimal): -11049215 or 91991. OLE color: 91991.

HSL color Cylindrical-coordinate representation of color #576701: hue angle of 69.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #576701 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB871031-
CMYK0.1600.990.60
HSL69.41º98.08%20.39%-
HSV(B)69.41º99.03%40.39%-
XYZ8.7911.731.83-
YUV86.5979.7128.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 103 (40.62% from 255) = 53.93%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=45.55%
G=53.93%
B=0.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8710310.1600.990.6069.4198.0820.39
Hex57671100633C456214
Octal12714712001437410514224
Binary10101111100111110000011000111111001000101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576701; }

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

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

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

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

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

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

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

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