#488562

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

Shades of Como #488562

Tints of Como #488562

Color information

#488562 (or 0x488562) is unknown color: approx Como. HEX triplet: 48, 85 and 62. RGB value is (72,133,98). Sum of RGB (Red+Green+Blue) = 72+133+98=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #488562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488562 is #B77A9D. Grayscale: #6E6E6E. Windows color (decimal): -12024478 or 6456648. OLE color: 6456648.

HSL color Cylindrical-coordinate representation of color #488562: hue angle of 145.57º 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 #488562 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB7213398-
CMYK0.4600.260.48
HSL145.57º29.76%40.2%-
HSV(B)145.57º45.86%52.16%-
XYZ13.2619.0314.53-
YUV110.77120.79100.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 98 (38.67% from 255) = 32.34%
R=23.76%
G=43.89%
B=32.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133980.4600.260.48145.5729.7640.2
Hex4885622E01A30921e28
Octal11020514256032602223650
Binary10010001000010111000101011100110101100001001001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488562; }

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

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

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

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

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

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

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

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