#488561

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

Shades of Como #488561

Tints of Como #488561

Color information

#488561 (or 0x488561) is unknown color: approx Como. HEX triplet: 48, 85 and 61. RGB value is (72,133,97). Sum of RGB (Red+Green+Blue) = 72+133+97=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #488561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488561 is #B77A9E. Grayscale: #6E6E6E. Windows color (decimal): -12024479 or 6391112. OLE color: 6391112.

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

Color convert

RGB7213397-
CMYK0.4600.270.48
HSL144.59º29.76%40.2%-
HSV(B)144.59º45.86%52.16%-
XYZ13.2219.0214.28-
YUV110.66120.29100.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=23.84%
G=44.04%
B=32.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133970.4600.270.48144.5929.7640.2
Hex4885612E01B30911e28
Octal11020514156033602213650
Binary10010001000010111000011011100110111100001001000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488561; }

 p { color: rgb(72,133,97); }

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

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

 a { background-color: rgb(72,133,97); }

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

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

 span { border-color: rgb(72,133,97); }

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