#548264

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

Shades of Como #548264

Tints of Como #548264

Color information

#548264 (or 0x548264) is unknown color: approx Como. HEX triplet: 54, 82 and 64. RGB value is (84,130,100). Sum of RGB (Red+Green+Blue) = 84+130+100=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #548264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548264 is #AB7D9B. Grayscale: #707070. Windows color (decimal): -11238812 or 6586964. OLE color: 6586964.

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

Color convert

RGB84130100-
CMYK0.3500.230.49
HSL140.87º21.5%41.96%-
HSV(B)140.87º35.38%50.98%-
XYZ13.9418.7714.94-
YUV112.83120.76107.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=26.75%
G=41.40%
B=31.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841301000.3500.230.49140.8721.541.96
Hex54826423017318d152a
Octal12420214443027612152552
Binary10101001000001011001001000110101111100011000110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548264; }

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

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

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

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

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

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

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

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