#47563F

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

Shades of Cabbage Pont #47563F

Tints of Cabbage Pont #47563F

Color information

#47563F (or 0x47563F) is unknown color: approx Cabbage Pont. HEX triplet: 47, 56 and 3F. RGB value is (71,86,63). Sum of RGB (Red+Green+Blue) = 71+86+63=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #47563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47563F is #B8A9C0. Grayscale: #4E4E4E. Windows color (decimal): -12102081 or 4150855. OLE color: 4150855.

HSL color Cylindrical-coordinate representation of color #47563F: hue angle of 99.13º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47563F is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB718663-
CMYK0.1700.270.66
HSL99.13º15.44%29.22%-
HSV(B)99.13º26.74%33.73%-
XYZ6.828.355.96-
YUV78.89119.03122.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 63 (25% from 255) = 28.64%
R=32.27%
G=39.09%
B=28.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7186630.1700.270.6699.1315.4429.22
Hex47563F1101B4263f1d
Octal10712677210331021431735
Binary100011110101101111111000101101110000101100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,86,63); }

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

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

 a { background-color: rgb(71,86,63); }

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

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

 span { border-color: rgb(71,86,63); }

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