#57605E

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

Shades of Viridian Green #57605E

Tints of Viridian Green #57605E

Color information

#57605E (or 0x57605E) is unknown color: approx Viridian Green. HEX triplet: 57, 60 and 5E. RGB value is (87,96,94). Sum of RGB (Red+Green+Blue) = 87+96+94=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 96 - color contains mainly: green. Hex color #57605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57605E is #A89FA1. Grayscale: #5D5D5D. Windows color (decimal): -11050914 or 6185047. OLE color: 6185047.

HSL color Cylindrical-coordinate representation of color #57605E: hue angle of 166.67º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #57605E is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB879694-
CMYK0.0900.020.62
HSL166.67º4.92%35.88%-
HSV(B)166.67º9.38%37.65%-
XYZ10.1311.212.22-
YUV93.08128.52123.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=31.41%
G=34.66%
B=33.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796940.0900.020.62166.674.9235.88
Hex57605E9023Ea7524
Octal127140136110276247544
Binary101011111000001011110100101011111010100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57605E; }

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

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

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

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

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

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

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

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