#488657

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

Shades of Como #488657

Tints of Como #488657

Color information

#488657 (or 0x488657) is unknown color: approx Como. HEX triplet: 48, 86 and 57. RGB value is (72,134,87). Sum of RGB (Red+Green+Blue) = 72+134+87=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #488657 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488657 is #B779A8. Grayscale: #6E6E6E. Windows color (decimal): -12024233 or 5736008. OLE color: 5736008.

HSL color Cylindrical-coordinate representation of color #488657: hue angle of 134.52º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488657 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB7213487-
CMYK0.4600.350.47
HSL134.52º30.1%40.39%-
HSV(B)134.52º46.27%52.55%-
XYZ12.9219.1212.03-
YUV110.1114.96100.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 134 (52.73% from 255) = 45.73%
BLUE value IS 87 (34.38% from 255) = 29.69%
R=24.57%
G=45.73%
B=29.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134870.4600.350.47134.5230.140.39
Hex4886572E0232F871e28
Octal11020612756043572073650
Binary100100010000110101011110111001000111011111000011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488657; }

 p { color: rgb(72,134,87); }

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

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

 a { background-color: rgb(72,134,87); }

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

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

 span { border-color: rgb(72,134,87); }

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