#548D5F

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

Shades of Como #548D5F

Tints of Como #548D5F

Color information

#548D5F (or 0x548D5F) is unknown color: approx Como. HEX triplet: 54, 8D and 5F. RGB value is (84,141,95). Sum of RGB (Red+Green+Blue) = 84+141+95=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #548D5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D5F is #AB72A0. Grayscale: #767676. Windows color (decimal): -11236001 or 6262100. OLE color: 6262100.

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

Color convert

RGB8414195-
CMYK0.4000.330.45
HSL131.58º25.33%44.12%-
HSV(B)131.58º40.43%55.29%-
XYZ15.2521.7614.22-
YUV118.71114.62103.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.25%
GREEN value IS 141 (55.47% from 255) = 44.06%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=26.25%
G=44.06%
B=29.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84141950.4000.330.45131.5825.3344.12
Hex548D5F280212D84192c
Octal12421513750041552043154
Binary101010010001101101111110100001000011011011000010011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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