#487A55

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

Shades of Como #487A55

Tints of Como #487A55

Color information

#487A55 (or 0x487A55) is unknown color: approx Como. HEX triplet: 48, 7A and 55. RGB value is (72,122,85). Sum of RGB (Red+Green+Blue) = 72+122+85=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 122 - color contains mainly: green. Hex color #487A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A55 is #B785AA. Grayscale: #666666. Windows color (decimal): -12027307 or 5601864. OLE color: 5601864.

HSL color Cylindrical-coordinate representation of color #487A55: hue angle of 135.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487A55 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB7212285-
CMYK0.4100.300.52
HSL135.6º25.77%38.04%-
HSV(B)135.6º40.98%47.84%-
XYZ11.2715.9511.08-
YUV102.83117.94106.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 122 (48.05% from 255) = 43.73%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=25.81%
G=43.73%
B=30.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72122850.4100.300.52135.625.7738.04
Hex487A552901E34881a26
Octal11017212551036642103246
Binary1001000111101010101011010010111101101001000100011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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