#487561

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

Shades of Como #487561

Tints of Como #487561

Color information

#487561 (or 0x487561) is unknown color: approx Como. HEX triplet: 48, 75 and 61. RGB value is (72,117,97). Sum of RGB (Red+Green+Blue) = 72+117+97=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #487561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487561 is #B78A9E. Grayscale: #656565. Windows color (decimal): -12028575 or 6387016. OLE color: 6387016.

HSL color Cylindrical-coordinate representation of color #487561: hue angle of 153.33º 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 #487561 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB7211797-
CMYK0.3800.170.54
HSL153.33º23.81%37.06%-
HSV(B)153.33º38.46%45.88%-
XYZ11.1914.9613.61-
YUV101.26125.59107.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=25.17%
G=40.91%
B=33.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117970.3800.170.54153.3323.8137.06
Hex4875612601136991825
Octal11016514146021662313045
Binary1001000111010111000011001100100011101101001100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487561; }

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

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

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

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

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

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

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

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