#578260

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

Shades of Como #578260

Tints of Como #578260

Color information

#578260 (or 0x578260) is unknown color: approx Como. HEX triplet: 57, 82 and 60. RGB value is (87,130,96). Sum of RGB (Red+Green+Blue) = 87+130+96=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #578260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578260 is #A87D9F. Grayscale: #717171. Windows color (decimal): -11042208 or 6324823. OLE color: 6324823.

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

Color convert

RGB8713096-
CMYK0.3300.260.49
HSL132.56º19.82%42.55%-
HSV(B)132.56º33.08%50.98%-
XYZ14.0218.8413.96-
YUV113.27118.25109.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=27.80%
G=41.53%
B=30.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87130960.3300.260.49132.5619.8242.55
Hex5782602101A3185142b
Octal12720214041032612052453
Binary10101111000001011000001000010110101100011000010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578260; }

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

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

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

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

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

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

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

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