#47573A

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

Shades of Cabbage Pont #47573A

Tints of Cabbage Pont #47573A

Color information

#47573A (or 0x47573A) is unknown color: approx Cabbage Pont. HEX triplet: 47, 57 and 3A. RGB value is (71,87,58). Sum of RGB (Red+Green+Blue) = 71+87+58=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #47573A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47573A is #B8A8C5. Grayscale: #4F4F4F. Windows color (decimal): -12101830 or 3823431. OLE color: 3823431.

HSL color Cylindrical-coordinate representation of color #47573A: hue angle of 93.1º degrees, saturation: 0.2, 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 #47573A is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB718758-
CMYK0.1800.330.66
HSL93.1º20%28.43%-
HSV(B)93.1º33.33%34.12%-
XYZ6.778.465.28-
YUV78.91116.2122.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 58 (23.05% from 255) = 26.85%
R=32.87%
G=40.28%
B=26.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7187580.1800.330.6693.12028.43
Hex47573A12021425d141c
Octal10712772220411021352434
Binary10001111010111111010100100100001100001010111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47573A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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