#548C66

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

Shades of Como #548C66

Tints of Como #548C66

Color information

#548C66 (or 0x548C66) is unknown color: approx Como. HEX triplet: 54, 8C and 66. RGB value is (84,140,102). Sum of RGB (Red+Green+Blue) = 84+140+102=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #548C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548C66 is #AB7399. Grayscale: #777777. Windows color (decimal): -11236250 or 6720596. OLE color: 6720596.

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

Color convert

RGB84140102-
CMYK0.400.270.45
HSL139.29º25%43.92%-
HSV(B)139.29º40%54.9%-
XYZ15.4321.615.93-
YUV118.92118.45103.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=25.77%
G=42.94%
B=31.29%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841401020.400.270.45139.292543.92
Hex548C662801B2D8b192c
Octal12421414650033552133154
Binary10101001000110011001101010000110111011011000101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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