#548C69

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

Shades of Como #548C69

Tints of Como #548C69

Color information

#548C69 (or 0x548C69) is unknown color: approx Como. HEX triplet: 54, 8C and 69. RGB value is (84,140,105). Sum of RGB (Red+Green+Blue) = 84+140+105=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #548C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548C69 is #AB7396. Grayscale: #777777. Windows color (decimal): -11236247 or 6917204. OLE color: 6917204.

HSL color Cylindrical-coordinate representation of color #548C69: hue angle of 142.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548C69 is Cyan = 0.4, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB84140105-
CMYK0.400.250.45
HSL142.5º25%43.92%-
HSV(B)142.5º40%54.9%-
XYZ15.5821.6616.72-
YUV119.27119.95102.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 140 (55.08% from 255) = 42.55%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=25.53%
G=42.55%
B=31.91%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841401050.400.250.45142.52543.92
Hex548C69280192D8e192c
Octal12421415150031552163154
Binary10101001000110011010011010000110011011011000111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548C69; }

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

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

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

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

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

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

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

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