#54835D

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

Shades of Como #54835D

Tints of Como #54835D

Color information

#54835D (or 0x54835D) is unknown color: approx Como. HEX triplet: 54, 83 and 5D. RGB value is (84,131,93). Sum of RGB (Red+Green+Blue) = 84+131+93=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #54835D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54835D is #AB7CA2. Grayscale: #707070. Windows color (decimal): -11238563 or 6128468. OLE color: 6128468.

HSL color Cylindrical-coordinate representation of color #54835D: hue angle of 131.49º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54835D is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB8413193-
CMYK0.3600.290.49
HSL131.49º21.86%42.16%-
HSV(B)131.49º35.88%51.37%-
XYZ13.7518.9113.28-
YUV112.62116.93107.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=27.27%
G=42.53%
B=30.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84131930.3600.290.49131.4921.8642.16
Hex54835D2401D3183162a
Octal12420313544035612032652
Binary10101001000001110111011001000111011100011000001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54835D; }

 p { color: rgb(84,131,93); }

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

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

 a { background-color: rgb(84,131,93); }

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

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

 span { border-color: rgb(84,131,93); }

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