#487461

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

Shades of Como #487461

Tints of Como #487461

Color information

#487461 (or 0x487461) is unknown color: approx Como. HEX triplet: 48, 74 and 61. RGB value is (72,116,97). Sum of RGB (Red+Green+Blue) = 72+116+97=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #487461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487461 is #B78B9E. Grayscale: #646464. Windows color (decimal): -12028831 or 6386760. OLE color: 6386760.

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

Color convert

RGB7211697-
CMYK0.3800.160.55
HSL154.09º23.4%36.86%-
HSV(B)154.09º37.93%45.49%-
XYZ11.0814.7313.57-
YUV100.68125.92107.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=25.26%
G=40.70%
B=34.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72116970.3800.160.55154.0923.436.86
Hex48746126010379a1725
Octal11016414146020672322745
Binary1001000111010011000011001100100001101111001101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487461; }

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

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

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

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

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

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

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

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