#54855F

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

Shades of Como #54855F

Tints of Como #54855F

Color information

#54855F (or 0x54855F) is unknown color: approx Como. HEX triplet: 54, 85 and 5F. RGB value is (84,133,95). Sum of RGB (Red+Green+Blue) = 84+133+95=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #54855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54855F is #AB7AA0. Grayscale: #727272. Windows color (decimal): -11238049 or 6260052. OLE color: 6260052.

HSL color Cylindrical-coordinate representation of color #54855F: hue angle of 133.47º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54855F is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB8413395-
CMYK0.3700.290.48
HSL133.47º22.58%42.55%-
HSV(B)133.47º36.84%52.16%-
XYZ14.1119.4913.84-
YUV114.02117.27106.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=26.92%
G=42.63%
B=30.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84133950.3700.290.48133.4722.5842.55
Hex54855F2501D3085172b
Octal12420513745035602052753
Binary10101001000010110111111001010111011100001000010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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