#488762

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

Shades of Como #488762

Tints of Como #488762

Color information

#488762 (or 0x488762) is unknown color: approx Como. HEX triplet: 48, 87 and 62. RGB value is (72,135,98). Sum of RGB (Red+Green+Blue) = 72+135+98=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #488762 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488762 is #B7789D. Grayscale: #707070. Windows color (decimal): -12023966 or 6457160. OLE color: 6457160.

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

Color convert

RGB7213598-
CMYK0.4700.270.47
HSL144.76º30.43%40.59%-
HSV(B)144.76º46.67%52.94%-
XYZ13.5419.5914.62-
YUV111.94120.1399.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=23.61%
G=44.26%
B=32.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72135980.4700.270.47144.7630.4340.59
Hex4887622F01B2F911e29
Octal11020714257033572213651
Binary10010001000011111000101011110110111011111001000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488762; }

 p { color: rgb(72,135,98); }

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

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

 a { background-color: rgb(72,135,98); }

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

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

 span { border-color: rgb(72,135,98); }

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