#488460

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

Shades of Como #488460

Tints of Como #488460

Color information

#488460 (or 0x488460) is unknown color: approx Como. HEX triplet: 48, 84 and 60. RGB value is (72,132,96). Sum of RGB (Red+Green+Blue) = 72+132+96=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #488460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488460 is #B77B9F. Grayscale: #6E6E6E. Windows color (decimal): -12024736 or 6325320. OLE color: 6325320.

HSL color Cylindrical-coordinate representation of color #488460: hue angle of 144º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488460 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB7213296-
CMYK0.4500.270.48
HSL144º29.41%40%-
HSV(B)144º45.45%51.76%-
XYZ13.0418.7213.99-
YUV109.96120.12100.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 96 (37.89% from 255) = 32%
R=24%
G=44%
B=32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132960.4500.270.4814429.4140
Hex4884602D01B30901d28
Octal11020414055033602203550
Binary10010001000010011000001011010110111100001001000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488460; }

 p { color: rgb(72,132,96); }

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

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

 a { background-color: rgb(72,132,96); }

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

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

 span { border-color: rgb(72,132,96); }

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