#548868

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

Shades of Como #548868

Tints of Como #548868

Color information

#548868 (or 0x548868) is unknown color: approx Como. HEX triplet: 54, 88 and 68. RGB value is (84,136,104). Sum of RGB (Red+Green+Blue) = 84+136+104=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #548868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548868 is #AB7797. Grayscale: #747474. Windows color (decimal): -11237272 or 6850644. OLE color: 6850644.

HSL color Cylindrical-coordinate representation of color #548868: hue angle of 143.08º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #548868 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB84136104-
CMYK0.3800.240.47
HSL143.08º23.64%43.14%-
HSV(B)143.08º38.24%53.33%-
XYZ14.9620.4916.26-
YUV116.8120.77104.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 136 (53.52% from 255) = 41.98%
BLUE value IS 104 (41.02% from 255) = 32.10%
R=25.93%
G=41.98%
B=32.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841361040.3800.240.47143.0823.6443.14
Hex548868260182F8f182b
Octal12421015046030572173053
Binary10101001000100011010001001100110001011111000111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548868; }

 p { color: rgb(84,136,104); }

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

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

 a { background-color: rgb(84,136,104); }

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

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

 span { border-color: rgb(84,136,104); }

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