#47563A

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

Shades of Cabbage Pont #47563A

Tints of Cabbage Pont #47563A

Color information

#47563A (or 0x47563A) is unknown color: approx Cabbage Pont. HEX triplet: 47, 56 and 3A. RGB value is (71,86,58). Sum of RGB (Red+Green+Blue) = 71+86+58=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #47563A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47563A is #B8A9C5. Grayscale: #4E4E4E. Windows color (decimal): -12102086 or 3823175. OLE color: 3823175.

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

Color convert

RGB718658-
CMYK0.1700.330.66
HSL92.14º19.44%28.24%-
HSV(B)92.14º32.56%33.73%-
XYZ6.698.35.25-
YUV78.32116.53122.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=33.02%
G=40%
B=26.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7186580.1700.330.6692.1419.4428.24
Hex47563A11021425c131c
Octal10712672210411021342334
Binary10001111010110111010100010100001100001010111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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