#54885F

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

Shades of Como #54885F

Tints of Como #54885F

Color information

#54885F (or 0x54885F) is unknown color: approx Como. HEX triplet: 54, 88 and 5F. RGB value is (84,136,95). Sum of RGB (Red+Green+Blue) = 84+136+95=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #54885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54885F is #AB77A0. Grayscale: #737373. Windows color (decimal): -11237281 or 6260820. OLE color: 6260820.

HSL color Cylindrical-coordinate representation of color #54885F: hue angle of 132.69º 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 #54885F is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB8413695-
CMYK0.3800.300.47
HSL132.69º23.64%43.14%-
HSV(B)132.69º38.24%53.33%-
XYZ14.5320.3213.98-
YUV115.78116.27105.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.67%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=26.67%
G=43.17%
B=30.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84136950.3800.300.47132.6923.6443.14
Hex54885F2601E2F85182b
Octal12421013746036572053053
Binary10101001000100010111111001100111101011111000010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54885F; }

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

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

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

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

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

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

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

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