#47573D

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

Shades of Cabbage Pont #47573D

Tints of Cabbage Pont #47573D

Color information

#47573D (or 0x47573D) is unknown color: approx Cabbage Pont. HEX triplet: 47, 57 and 3D. RGB value is (71,87,61). Sum of RGB (Red+Green+Blue) = 71+87+61=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 87 - color contains mainly: green. Hex color #47573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47573D is #B8A8C2. Grayscale: #4F4F4F. Windows color (decimal): -12101827 or 4020039. OLE color: 4020039.

HSL color Cylindrical-coordinate representation of color #47573D: hue angle of 96.92º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47573D is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB718761-
CMYK0.1800.300.66
HSL96.92º17.57%29.02%-
HSV(B)96.92º29.89%34.12%-
XYZ6.858.495.69-
YUV79.25117.7122.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 87 (34.38% from 255) = 39.73%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=32.42%
G=39.73%
B=27.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7187610.1800.300.6696.9217.5729.02
Hex47573D1201E4261121d
Octal10712775220361021412235
Binary1000111101011111110110010011110100001011000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47573D; }

 p { color: rgb(71,87,61); }

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

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

 a { background-color: rgb(71,87,61); }

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

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

 span { border-color: rgb(71,87,61); }

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