#487955

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

Shades of Como #487955

Tints of Como #487955

Color information

#487955 (or 0x487955) is unknown color: approx Como. HEX triplet: 48, 79 and 55. RGB value is (72,121,85). Sum of RGB (Red+Green+Blue) = 72+121+85=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #487955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487955 is #B786AA. Grayscale: #666666. Windows color (decimal): -12027563 or 5601608. OLE color: 5601608.

HSL color Cylindrical-coordinate representation of color #487955: hue angle of 135.92º 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 #487955 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB7212185-
CMYK0.4000.300.53
HSL135.92º25.39%37.84%-
HSV(B)135.92º40.5%47.45%-
XYZ11.1515.7111.04-
YUV102.24118.27106.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=25.90%
G=43.53%
B=30.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72121850.4000.300.53135.9225.3937.84
Hex4879552801E35881926
Octal11017112550036652103146
Binary1001000111100110101011010000111101101011000100011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487955; }

 p { color: rgb(72,121,85); }

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

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

 a { background-color: rgb(72,121,85); }

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

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

 span { border-color: rgb(72,121,85); }

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