#575C5A

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

Shades of Viridian Green #575C5A

Tints of Viridian Green #575C5A

Color information

#575C5A (or 0x575C5A) is unknown color: approx Viridian Green. HEX triplet: 57, 5C and 5A. RGB value is (87,92,90). Sum of RGB (Red+Green+Blue) = 87+92+90=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 92 - color contains mainly: green. Hex color #575C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C5A is #A8A3A5. Grayscale: #5A5A5A. Windows color (decimal): -11051942 or 5921879. OLE color: 5921879.

HSL color Cylindrical-coordinate representation of color #575C5A: hue angle of 156º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #575C5A is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB879290-
CMYK0.0500.020.64
HSL156º2.79%35.1%-
HSV(B)156º5.43%36.08%-
XYZ9.610.4211.18-
YUV90.28127.84125.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=32.34%
G=34.20%
B=33.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8792900.0500.020.641562.7935.1
Hex575C5A502409c323
Octal127134132502100234343
Binary10101111011100101101010101010000001001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575C5A; }

 p { color: rgb(87,92,90); }

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

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

 a { background-color: rgb(87,92,90); }

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

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

 span { border-color: rgb(87,92,90); }

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