#548565

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

Shades of Como #548565

Tints of Como #548565

Color information

#548565 (or 0x548565) is unknown color: approx Como. HEX triplet: 54, 85 and 65. RGB value is (84,133,101). Sum of RGB (Red+Green+Blue) = 84+133+101=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #548565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548565 is #AB7A9A. Grayscale: #727272. Windows color (decimal): -11238043 or 6653268. OLE color: 6653268.

HSL color Cylindrical-coordinate representation of color #548565: hue angle of 140.82º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #548565 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB84133101-
CMYK0.3700.240.48
HSL140.82º22.58%42.55%-
HSV(B)140.82º36.84%52.16%-
XYZ14.3919.615.34-
YUV114.7120.27106.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=26.42%
G=41.82%
B=31.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841331010.3700.240.48140.8222.5842.55
Hex54856525018308d172b
Octal12420514545030602152753
Binary10101001000010111001011001010110001100001000110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548565; }

 p { color: rgb(84,133,101); }

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

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

 a { background-color: rgb(84,133,101); }

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

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

 span { border-color: rgb(84,133,101); }

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