#548D68

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

Shades of Como #548D68

Tints of Como #548D68

Color information

#548D68 (or 0x548D68) is unknown color: approx Como. HEX triplet: 54, 8D and 68. RGB value is (84,141,104). Sum of RGB (Red+Green+Blue) = 84+141+104=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #548D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D68 is #AB7297. Grayscale: #777777. Windows color (decimal): -11235992 or 6851924. OLE color: 6851924.

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

Color convert

RGB84141104-
CMYK0.4000.260.45
HSL141.05º25.33%44.12%-
HSV(B)141.05º40.43%55.29%-
XYZ15.6821.9316.5-
YUV119.74119.12102.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 141 (55.47% from 255) = 42.86%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=25.53%
G=42.86%
B=31.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841411040.4000.260.45141.0525.3344.12
Hex548D682801A2D8d192c
Octal12421515050032552153154
Binary10101001000110111010001010000110101011011000110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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