#575002

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

Shades of Verdun Green #575002

Tints of Verdun Green #575002

Color information

#575002 (or 0x575002) is unknown color: approx Verdun Green. HEX triplet: 57, 50 and 02. RGB value is (87,80,2). Sum of RGB (Red+Green+Blue) = 87+80+2=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #575002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575002 is #A8AFFD. Grayscale: #494949. Windows color (decimal): -11055102 or 151639. OLE color: 151639.

HSL color Cylindrical-coordinate representation of color #575002: hue angle of 55.06º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #575002 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB87802-
CMYK00.080.980.66
HSL55.06º95.51%17.45%-
HSV(B)55.06º97.7%34.12%-
XYZ6.817.771.2-
YUV73.287.82137.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.48%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=51.48%
G=47.34%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8780200.080.980.6655.0695.5117.45
Hex57502086242376011
Octal12712020101421026714021
Binary10101111010000100100011000101000010110111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575002; }

 p { color: rgb(87,80,2); }

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

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

 a { background-color: rgb(87,80,2); }

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

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

 span { border-color: rgb(87,80,2); }

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