#488061

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

Shades of Como #488061

Tints of Como #488061

Color information

#488061 (or 0x488061) is unknown color: approx Como. HEX triplet: 48, 80 and 61. RGB value is (72,128,97). Sum of RGB (Red+Green+Blue) = 72+128+97=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #488061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488061 is #B77F9E. Grayscale: #6B6B6B. Windows color (decimal): -12025759 or 6389832. OLE color: 6389832.

HSL color Cylindrical-coordinate representation of color #488061: hue angle of 146.79º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #488061 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB7212897-
CMYK0.4400.240.50
HSL146.79º28%39.22%-
HSV(B)146.79º43.75%50.2%-
XYZ12.5517.6814.06-
YUV107.72121.95102.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=24.24%
G=43.10%
B=32.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72128970.4400.240.50146.792839.22
Hex4880612C01832931c27
Octal11020014154030622233447
Binary10010001000000011000011011000110001100101001001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488061; }

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

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

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

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

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

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

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

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