#488960

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

Shades of Como #488960

Tints of Como #488960

Color information

#488960 (or 0x488960) is unknown color: approx Como. HEX triplet: 48, 89 and 60. RGB value is (72,137,96). Sum of RGB (Red+Green+Blue) = 72+137+96=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #488960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488960 is #B7769F. Grayscale: #707070. Windows color (decimal): -12023456 or 6326600. OLE color: 6326600.

HSL color Cylindrical-coordinate representation of color #488960: hue angle of 142.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488960 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB7213796-
CMYK0.4700.300.46
HSL142.15º31.1%40.98%-
HSV(B)142.15º47.45%53.73%-
XYZ13.7320.1114.23-
YUV112.89118.4798.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 137 (53.91% from 255) = 44.92%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=23.61%
G=44.92%
B=31.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72137960.4700.300.46142.1531.140.98
Hex4889602F01E2E8e1f29
Octal11021114057036562163751
Binary10010001000100111000001011110111101011101000111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488960; }

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

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

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

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

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

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

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

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