#487861

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

Shades of Como #487861

Tints of Como #487861

Color information

#487861 (or 0x487861) is unknown color: approx Como. HEX triplet: 48, 78 and 61. RGB value is (72,120,97). Sum of RGB (Red+Green+Blue) = 72+120+97=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 120 - color contains mainly: green. Hex color #487861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487861 is #B7879E. Grayscale: #676767. Windows color (decimal): -12027807 or 6387784. OLE color: 6387784.

HSL color Cylindrical-coordinate representation of color #487861: hue angle of 151.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487861 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB7212097-
CMYK0.4000.190.53
HSL151.25º25%37.65%-
HSV(B)151.25º40%47.06%-
XYZ11.5515.6713.73-
YUV103.03124.6105.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 97 (38.28% from 255) = 33.56%
R=24.91%
G=41.52%
B=33.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72120970.4000.190.53151.252537.65
Hex4878612801335971926
Octal11017014150023652273146
Binary1001000111100011000011010000100111101011001011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487861; }

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

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

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

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

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

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

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

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