#548C63

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

Shades of Como #548C63

Tints of Como #548C63

Color information

#548C63 (or 0x548C63) is unknown color: approx Como. HEX triplet: 54, 8C and 63. RGB value is (84,140,99). Sum of RGB (Red+Green+Blue) = 84+140+99=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 140 - color contains mainly: green. Hex color #548C63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548C63 is #AB739C. Grayscale: #767676. Windows color (decimal): -11236253 or 6523988. OLE color: 6523988.

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

Color convert

RGB8414099-
CMYK0.400.290.45
HSL136.07º25%43.92%-
HSV(B)136.07º40%54.9%-
XYZ15.2921.5415.16-
YUV118.58116.95103.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 140 (55.08% from 255) = 43.34%
BLUE value IS 99 (39.06% from 255) = 30.65%
R=26.01%
G=43.34%
B=30.65%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84140990.400.290.45136.072543.92
Hex548C632801D2D88192c
Octal12421414350035552103154
Binary10101001000110011000111010000111011011011000100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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