#487562

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

Shades of Como #487562

Tints of Como #487562

Color information

#487562 (or 0x487562) is unknown color: approx Como. HEX triplet: 48, 75 and 62. RGB value is (72,117,98). Sum of RGB (Red+Green+Blue) = 72+117+98=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #487562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487562 is #B78A9D. Grayscale: #656565. Windows color (decimal): -12028574 or 6452552. OLE color: 6452552.

HSL color Cylindrical-coordinate representation of color #487562: hue angle of 154.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487562 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB7211798-
CMYK0.3800.160.54
HSL154.67º23.81%37.06%-
HSV(B)154.67º38.46%45.88%-
XYZ11.2414.9813.85-
YUV101.38126.09107.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 117 (46.09% from 255) = 40.77%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=25.09%
G=40.77%
B=34.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117980.3800.160.54154.6723.8137.06
Hex48756226010369b1825
Octal11016514246020662333045
Binary1001000111010111000101001100100001101101001101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487562; }

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

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

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

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

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

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

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

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