#536049

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

Shades of Cabbage Pont #536049

Tints of Cabbage Pont #536049

Color information

#536049 (or 0x536049) is unknown color: approx Cabbage Pont. HEX triplet: 53, 60 and 49. RGB value is (83,96,73). Sum of RGB (Red+Green+Blue) = 83+96+73=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #536049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536049 is #AC9FB6. Grayscale: #595959. Windows color (decimal): -11313079 or 4808787. OLE color: 4808787.

HSL color Cylindrical-coordinate representation of color #536049: hue angle of 93.91º 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 #536049 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB839673-
CMYK0.1400.240.62
HSL93.91º13.61%33.14%-
HSV(B)93.91º23.96%37.65%-
XYZ8.9510.697.89-
YUV89.49118.69123.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 73 (28.91% from 255) = 28.97%
R=32.94%
G=38.10%
B=28.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396730.1400.240.6293.9113.6133.14
Hex536049E0183E5ee21
Octal12314011116030761361641
Binary101001111000001001001111001100011111010111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536049; }

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

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

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

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

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

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

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

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