#548469

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

Shades of Como #548469

Tints of Como #548469

Color information

#548469 (or 0x548469) is unknown color: approx Como. HEX triplet: 54, 84 and 69. RGB value is (84,132,105). Sum of RGB (Red+Green+Blue) = 84+132+105=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #548469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548469 is #AB7B96. Grayscale: #727272. Windows color (decimal): -11238295 or 6915156. OLE color: 6915156.

HSL color Cylindrical-coordinate representation of color #548469: hue angle of 146.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #548469 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB84132105-
CMYK0.3600.200.48
HSL146.25º22.22%42.35%-
HSV(B)146.25º36.36%51.76%-
XYZ14.4619.4116.35-
YUV114.57122.6106.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=26.17%
G=41.12%
B=32.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841321050.3600.200.48146.2522.2242.35
Hex548469240143092162a
Octal12420415144024602222652
Binary10101001000010011010011001000101001100001001001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548469; }

 p { color: rgb(84,132,105); }

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

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

 a { background-color: rgb(84,132,105); }

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

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

 span { border-color: rgb(84,132,105); }

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