#487A61

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

Shades of Como #487A61

Tints of Como #487A61

Color information

#487A61 (or 0x487A61) is unknown color: approx Como. HEX triplet: 48, 7A and 61. RGB value is (72,122,97). Sum of RGB (Red+Green+Blue) = 72+122+97=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 122 - color contains mainly: green. Hex color #487A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A61 is #B7859E. Grayscale: #686868. Windows color (decimal): -12027295 or 6388296. OLE color: 6388296.

HSL color Cylindrical-coordinate representation of color #487A61: hue angle of 150º 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 #487A61 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB7212297-
CMYK0.4100.200.52
HSL150º25.77%38.04%-
HSV(B)150º40.98%47.84%-
XYZ11.7916.1613.81-
YUV104.2123.94105.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 122 (48.05% from 255) = 41.92%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=24.74%
G=41.92%
B=33.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72122970.4100.200.5215025.7738.04
Hex487A612901434961a26
Octal11017214151024642263246
Binary1001000111101011000011010010101001101001001011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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