#548364

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

Shades of Como #548364

Tints of Como #548364

Color information

#548364 (or 0x548364) is unknown color: approx Como. HEX triplet: 54, 83 and 64. RGB value is (84,131,100). Sum of RGB (Red+Green+Blue) = 84+131+100=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #548364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548364 is #AB7C9B. Grayscale: #717171. Windows color (decimal): -11238556 or 6587220. OLE color: 6587220.

HSL color Cylindrical-coordinate representation of color #548364: hue angle of 140.43º 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 #548364 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB84131100-
CMYK0.3600.240.49
HSL140.43º21.86%42.16%-
HSV(B)140.43º35.88%51.37%-
XYZ14.0719.0414.99-
YUV113.41120.43107.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.67%
GREEN value IS 131 (51.56% from 255) = 41.59%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=26.67%
G=41.59%
B=31.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841311000.3600.240.49140.4321.8642.16
Hex54836424018318c162a
Octal12420314444030612142652
Binary10101001000001111001001001000110001100011000110010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548364; }

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

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

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

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

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

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

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

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