#548C60

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

Shades of Como #548C60

Tints of Como #548C60

Color information

#548C60 (or 0x548C60) is unknown color: approx Como. HEX triplet: 54, 8C and 60. RGB value is (84,140,96). Sum of RGB (Red+Green+Blue) = 84+140+96=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 140 - color contains mainly: green. Hex color #548C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548C60 is #AB739F. Grayscale: #767676. Windows color (decimal): -11236256 or 6327380. OLE color: 6327380.

HSL color Cylindrical-coordinate representation of color #548C60: hue angle of 132.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548C60 is Cyan = 0.4, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB8414096-
CMYK0.400.310.45
HSL132.86º25%43.92%-
HSV(B)132.86º40%54.9%-
XYZ15.1521.4914.42-
YUV118.24115.45103.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 140 (55.08% from 255) = 43.75%
BLUE value IS 96 (37.89% from 255) = 30%
R=26.25%
G=43.75%
B=30%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84140960.400.310.45132.862543.92
Hex548C602801F2D85192c
Octal12421414050037552053154
Binary10101001000110011000001010000111111011011000010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548C60; }

 p { color: rgb(84,140,96); }

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

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

 a { background-color: rgb(84,140,96); }

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

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

 span { border-color: rgb(84,140,96); }

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