#548061

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

Shades of Como #548061

Tints of Como #548061

Color information

#548061 (or 0x548061) is unknown color: approx Como. HEX triplet: 54, 80 and 61. RGB value is (84,128,97). Sum of RGB (Red+Green+Blue) = 84+128+97=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #548061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548061 is #AB7F9E. Grayscale: #6F6F6F. Windows color (decimal): -11239327 or 6389844. OLE color: 6389844.

HSL color Cylindrical-coordinate representation of color #548061: hue angle of 137.73º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #548061 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB8412897-
CMYK0.3400.240.50
HSL137.73º20.75%41.57%-
HSV(B)137.73º34.38%50.2%-
XYZ13.5318.1914.11-
YUV111.31119.92108.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=27.18%
G=41.42%
B=31.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84128970.3400.240.50137.7320.7541.57
Hex54806122018328a152a
Octal12420014142030622122552
Binary10101001000000011000011000100110001100101000101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548061; }

 p { color: rgb(84,128,97); }

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

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

 a { background-color: rgb(84,128,97); }

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

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

 span { border-color: rgb(84,128,97); }

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