#548D66

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

Shades of Como #548D66

Tints of Como #548D66

Color information

#548D66 (or 0x548D66) is unknown color: approx Como. HEX triplet: 54, 8D and 66. RGB value is (84,141,102). Sum of RGB (Red+Green+Blue) = 84+141+102=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #548D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D66 is #AB7299. Grayscale: #777777. Windows color (decimal): -11235994 or 6720852. OLE color: 6720852.

HSL color Cylindrical-coordinate representation of color #548D66: hue angle of 138.95º 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 #548D66 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB84141102-
CMYK0.4000.280.45
HSL138.95º25.33%44.12%-
HSV(B)138.95º40.43%55.29%-
XYZ15.5821.8915.98-
YUV119.51118.12102.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=25.69%
G=43.12%
B=31.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841411020.4000.280.45138.9525.3344.12
Hex548D662801C2D8b192c
Octal12421514650034552133154
Binary10101001000110111001101010000111001011011000101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,141,102); }

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

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

 a { background-color: rgb(84,141,102); }

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

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

 span { border-color: rgb(84,141,102); }

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