#487D5B

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

Shades of Como #487D5B

Tints of Como #487D5B

Color information

#487D5B (or 0x487D5B) is unknown color: approx Como. HEX triplet: 48, 7D and 5B. RGB value is (72,125,91). Sum of RGB (Red+Green+Blue) = 72+125+91=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 125 - color contains mainly: green. Hex color #487D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487D5B is #B782A4. Grayscale: #696969. Windows color (decimal): -12026533 or 5995848. OLE color: 5995848.

HSL color Cylindrical-coordinate representation of color #487D5B: hue angle of 141.51º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487D5B is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB7212591-
CMYK0.4200.270.51
HSL141.51º26.9%38.63%-
HSV(B)141.51º42.4%49.02%-
XYZ11.8916.812.51-
YUV105.28119.94104.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 125 (49.22% from 255) = 43.40%
BLUE value IS 91 (35.94% from 255) = 31.60%
R=25%
G=43.40%
B=31.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72125910.4200.270.51141.5126.938.63
Hex487D5B2A01B338e1b27
Octal11017513352033632163347
Binary1001000111110110110111010100110111100111000111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487D5B; }

 p { color: rgb(72,125,91); }

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

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

 a { background-color: rgb(72,125,91); }

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

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

 span { border-color: rgb(72,125,91); }

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