#548360

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

Shades of Como #548360

Tints of Como #548360

Color information

#548360 (or 0x548360) is unknown color: approx Como. HEX triplet: 54, 83 and 60. RGB value is (84,131,96). Sum of RGB (Red+Green+Blue) = 84+131+96=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #548360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548360 is #AB7C9F. Grayscale: #717171. Windows color (decimal): -11238560 or 6325076. OLE color: 6325076.

HSL color Cylindrical-coordinate representation of color #548360: hue angle of 135.32º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #548360 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB8413196-
CMYK0.3600.270.49
HSL135.32º21.86%42.16%-
HSV(B)135.32º35.88%51.37%-
XYZ13.8818.9613.99-
YUV112.96118.43107.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=27.01%
G=42.12%
B=30.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84131960.3600.270.49135.3221.8642.16
Hex5483602401B3187162a
Octal12420314044033612072652
Binary10101001000001111000001001000110111100011000011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548360; }

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

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

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

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

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

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

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

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