#488758

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

Shades of Como #488758

Tints of Como #488758

Color information

#488758 (or 0x488758) is unknown color: approx Como. HEX triplet: 48, 87 and 58. RGB value is (72,135,88). Sum of RGB (Red+Green+Blue) = 72+135+88=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #488758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488758 is #B778A7. Grayscale: #6E6E6E. Windows color (decimal): -12023976 or 5801800. OLE color: 5801800.

HSL color Cylindrical-coordinate representation of color #488758: hue angle of 135.24º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488758 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB7213588-
CMYK0.4700.350.47
HSL135.24º30.43%40.59%-
HSV(B)135.24º46.67%52.94%-
XYZ13.119.4112.29-
YUV110.8115.13100.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=24.41%
G=45.76%
B=29.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72135880.4700.350.47135.2430.4340.59
Hex4887582F0232F871e29
Octal11020713057043572073651
Binary100100010000111101100010111101000111011111000011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488758; }

 p { color: rgb(72,135,88); }

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

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

 a { background-color: rgb(72,135,88); }

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

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

 span { border-color: rgb(72,135,88); }

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