#548960

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

Shades of Como #548960

Tints of Como #548960

Color information

#548960 (or 0x548960) is unknown color: approx Como. HEX triplet: 54, 89 and 60. RGB value is (84,137,96). Sum of RGB (Red+Green+Blue) = 84+137+96=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #548960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548960 is #AB769F. Grayscale: #747474. Windows color (decimal): -11237024 or 6326612. OLE color: 6326612.

HSL color Cylindrical-coordinate representation of color #548960: hue angle of 133.58º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548960 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB8413796-
CMYK0.3900.300.46
HSL133.58º23.98%43.33%-
HSV(B)133.58º38.69%53.73%-
XYZ14.7120.6214.27-
YUV116.48116.44104.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.50%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=26.50%
G=43.22%
B=30.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84137960.3900.300.46133.5823.9843.33
Hex5489602701E2E86182b
Octal12421114047036562063053
Binary10101001000100111000001001110111101011101000011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548960; }

 p { color: rgb(84,137,96); }

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

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

 a { background-color: rgb(84,137,96); }

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

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

 span { border-color: rgb(84,137,96); }

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