#548A60

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

Shades of Como #548A60

Tints of Como #548A60

Color information

#548A60 (or 0x548A60) is unknown color: approx Como. HEX triplet: 54, 8A and 60. RGB value is (84,138,96). Sum of RGB (Red+Green+Blue) = 84+138+96=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 138 - color contains mainly: green. Hex color #548A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A60 is #AB759F. Grayscale: #757575. Windows color (decimal): -11236768 or 6326868. OLE color: 6326868.

HSL color Cylindrical-coordinate representation of color #548A60: hue angle of 133.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548A60 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB8413896-
CMYK0.3900.300.46
HSL133.33º24.32%43.53%-
HSV(B)133.33º39.13%54.12%-
XYZ14.8620.9114.32-
YUV117.07116.11104.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 138 (54.30% from 255) = 43.40%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=26.42%
G=43.40%
B=30.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84138960.3900.300.46133.3324.3243.53
Hex548A602701E2E85182c
Octal12421214047036562053054
Binary10101001000101011000001001110111101011101000010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,138,96); }

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

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

 a { background-color: rgb(84,138,96); }

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

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

 span { border-color: rgb(84,138,96); }

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