#546049

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

Shades of Cabbage Pont #546049

Tints of Cabbage Pont #546049

Color information

#546049 (or 0x546049) is unknown color: approx Cabbage Pont. HEX triplet: 54, 60 and 49. RGB value is (84,96,73). Sum of RGB (Red+Green+Blue) = 84+96+73=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #546049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546049 is #AB9FB6. Grayscale: #595959. Windows color (decimal): -11247543 or 4808788. OLE color: 4808788.

HSL color Cylindrical-coordinate representation of color #546049: hue angle of 91.3º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546049 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB849673-
CMYK0.1200.240.62
HSL91.3º13.61%33.14%-
HSV(B)91.3º23.96%37.65%-
XYZ9.0410.737.9-
YUV89.79118.52123.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.20%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 73 (28.91% from 255) = 28.85%
R=33.20%
G=37.94%
B=28.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496730.1200.240.6291.313.6133.14
Hex546049C0183E5be21
Octal12414011114030761331641
Binary101010011000001001001110001100011111010110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546049; }

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

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

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

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

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

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

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

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