#486F5B

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

Shades of Como #486F5B

Tints of Como #486F5B

Color information

#486F5B (or 0x486F5B) is unknown color: approx Como. HEX triplet: 48, 6F and 5B. RGB value is (72,111,91). Sum of RGB (Red+Green+Blue) = 72+111+91=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 111 - color contains mainly: green. Hex color #486F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F5B is #B790A4. Grayscale: #616161. Windows color (decimal): -12030117 or 5992264. OLE color: 5992264.

HSL color Cylindrical-coordinate representation of color #486F5B: hue angle of 149.23º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486F5B is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB7211191-
CMYK0.3500.180.56
HSL149.23º21.31%35.88%-
HSV(B)149.23º35.14%43.53%-
XYZ10.2513.511.96-
YUV97.06124.58110.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 111 (43.75% from 255) = 40.51%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=26.28%
G=40.51%
B=33.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72111910.3500.180.56149.2321.3135.88
Hex486F5B2301238951524
Octal11015713343022702252544
Binary1001000110111110110111000110100101110001001010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486F5B; }

 p { color: rgb(72,111,91); }

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

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

 a { background-color: rgb(72,111,91); }

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

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

 span { border-color: rgb(72,111,91); }

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