#57685F

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

Shades of Viridian Green #57685F

Tints of Viridian Green #57685F

Color information

#57685F (or 0x57685F) is unknown color: approx Viridian Green. HEX triplet: 57, 68 and 5F. RGB value is (87,104,95). Sum of RGB (Red+Green+Blue) = 87+104+95=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 104 - color contains mainly: green. Hex color #57685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57685F is #A897A0. Grayscale: #616161. Windows color (decimal): -11048865 or 6252631. OLE color: 6252631.

HSL color Cylindrical-coordinate representation of color #57685F: hue angle of 148.24º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #57685F is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB8710495-
CMYK0.1600.090.59
HSL148.24º8.9%37.45%-
HSV(B)148.24º16.35%40.78%-
XYZ10.9512.7512.71-
YUV97.89126.37120.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.42%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=30.42%
G=36.36%
B=33.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87104950.1600.090.59148.248.937.45
Hex57685F10093B94925
Octal12715013720011732241145
Binary1010111110100010111111000001001111011100101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57685F; }

 p { color: rgb(87,104,95); }

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

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

 a { background-color: rgb(87,104,95); }

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

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

 span { border-color: rgb(87,104,95); }

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