#548D62

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

Shades of Como #548D62

Tints of Como #548D62

Color information

#548D62 (or 0x548D62) is unknown color: approx Como. HEX triplet: 54, 8D and 62. RGB value is (84,141,98). Sum of RGB (Red+Green+Blue) = 84+141+98=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #548D62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D62 is #AB729D. Grayscale: #777777. Windows color (decimal): -11235998 or 6458708. OLE color: 6458708.

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

Color convert

RGB8414198-
CMYK0.4000.300.45
HSL134.74º25.33%44.12%-
HSV(B)134.74º40.43%55.29%-
XYZ15.3921.8214.96-
YUV119.06116.12103-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 141 (55.47% from 255) = 43.65%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=26.01%
G=43.65%
B=30.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84141980.4000.300.45134.7425.3344.12
Hex548D622801E2D87192c
Octal12421514250036552073154
Binary10101001000110111000101010000111101011011000011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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