#488962

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

Shades of Como #488962

Tints of Como #488962

Color information

#488962 (or 0x488962) is unknown color: approx Como. HEX triplet: 48, 89 and 62. RGB value is (72,137,98). Sum of RGB (Red+Green+Blue) = 72+137+98=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #488962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488962 is #B7769D. Grayscale: #717171. Windows color (decimal): -12023454 or 6457672. OLE color: 6457672.

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

Color convert

RGB7213798-
CMYK0.4700.280.46
HSL144º31.1%40.98%-
HSV(B)144º47.45%53.73%-
XYZ13.8220.1514.72-
YUV113.12119.4798.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=23.45%
G=44.63%
B=31.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72137980.4700.280.4614431.140.98
Hex4889622F01C2E901f29
Octal11021114257034562203751
Binary10010001000100111000101011110111001011101001000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488962; }

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

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

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

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

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

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

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

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