#486D55

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

Shades of Como #486D55

Tints of Como #486D55

Color information

#486D55 (or 0x486D55) is unknown color: approx Como. HEX triplet: 48, 6D and 55. RGB value is (72,109,85). Sum of RGB (Red+Green+Blue) = 72+109+85=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 109 - color contains mainly: green. Hex color #486D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D55 is #B792AA. Grayscale: #5F5F5F. Windows color (decimal): -12030635 or 5598536. OLE color: 5598536.

HSL color Cylindrical-coordinate representation of color #486D55: hue angle of 141.08º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #486D55 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB7210985-
CMYK0.3400.220.57
HSL141.08º20.44%35.49%-
HSV(B)141.08º33.94%42.75%-
XYZ9.7812.9710.58-
YUV95.2122.24111.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 109 (42.97% from 255) = 40.98%
BLUE value IS 85 (33.59% from 255) = 31.95%
R=27.07%
G=40.98%
B=31.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72109850.3400.220.57141.0820.4435.49
Hex486D5522016398d1423
Octal11015512542026712152443
Binary1001000110110110101011000100101101110011000110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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