#548261

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

Shades of Como #548261

Tints of Como #548261

Color information

#548261 (or 0x548261) is unknown color: approx Como. HEX triplet: 54, 82 and 61. RGB value is (84,130,97). Sum of RGB (Red+Green+Blue) = 84+130+97=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #548261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548261 is #AB7D9E. Grayscale: #707070. Windows color (decimal): -11238815 or 6390356. OLE color: 6390356.

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

Color convert

RGB8413097-
CMYK0.3500.250.49
HSL136.96º21.5%41.96%-
HSV(B)136.96º35.38%50.98%-
XYZ13.818.7114.19-
YUV112.48119.26107.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=27.01%
G=41.80%
B=31.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84130970.3500.250.49136.9621.541.96
Hex548261230193189152a
Octal12420214143031612112552
Binary10101001000001011000011000110110011100011000100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548261; }

 p { color: rgb(84,130,97); }

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

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

 a { background-color: rgb(84,130,97); }

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

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

 span { border-color: rgb(84,130,97); }

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