#57835F

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

Shades of Como #57835F

Tints of Como #57835F

Color information

#57835F (or 0x57835F) is unknown color: approx Como. HEX triplet: 57, 83 and 5F. RGB value is (87,131,95). Sum of RGB (Red+Green+Blue) = 87+131+95=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #57835F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57835F is #A87CA0. Grayscale: #717171. Windows color (decimal): -11041953 or 6259543. OLE color: 6259543.

HSL color Cylindrical-coordinate representation of color #57835F: hue angle of 130.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57835F is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB8713195-
CMYK0.3400.270.49
HSL130.91º20.18%42.75%-
HSV(B)130.91º33.59%51.37%-
XYZ14.1119.0913.77-
YUV113.74117.42108.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 131 (51.56% from 255) = 41.85%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=27.80%
G=41.85%
B=30.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87131950.3400.270.49130.9120.1842.75
Hex57835F2201B3183142b
Octal12720313742033612032453
Binary10101111000001110111111000100110111100011000001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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