#548161

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

Shades of Como #548161

Tints of Como #548161

Color information

#548161 (or 0x548161) is unknown color: approx Como. HEX triplet: 54, 81 and 61. RGB value is (84,129,97). Sum of RGB (Red+Green+Blue) = 84+129+97=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #548161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548161 is #AB7E9E. Grayscale: #6F6F6F. Windows color (decimal): -11239071 or 6390100. OLE color: 6390100.

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

Color convert

RGB8412997-
CMYK0.3500.250.49
HSL137.33º21.13%41.76%-
HSV(B)137.33º34.88%50.59%-
XYZ13.6618.4514.15-
YUV111.9119.59108.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=27.10%
G=41.61%
B=31.29%

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
Decimal84129970.3500.250.49137.3321.1341.76
Hex548161230193189152a
Octal12420114143031612112552
Binary10101001000000111000011000110110011100011000100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548161; }

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

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

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

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

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

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

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

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