#536247

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

Shades of Cabbage Pont #536247

Tints of Cabbage Pont #536247

Color information

#536247 (or 0x536247) is unknown color: approx Cabbage Pont. HEX triplet: 53, 62 and 47. RGB value is (83,98,71). Sum of RGB (Red+Green+Blue) = 83+98+71=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #536247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536247 is #AC9DB8. Grayscale: #5A5A5A. Windows color (decimal): -11312569 or 4678227. OLE color: 4678227.

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

Color convert

RGB839871-
CMYK0.1500.280.62
HSL93.33º15.98%33.14%-
HSV(B)93.33º27.55%38.43%-
XYZ9.0711.037.61-
YUV90.44117.03122.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 71 (28.12% from 255) = 28.17%
R=32.94%
G=38.89%
B=28.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398710.1500.280.6293.3315.9833.14
Hex536247F01C3E5d1021
Octal12314210717034761352041
Binary1010011110001010001111111011100111110101110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536247; }

 p { color: rgb(83,98,71); }

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

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

 a { background-color: rgb(83,98,71); }

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

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

 span { border-color: rgb(83,98,71); }

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