#47543A

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

Shades of Cabbage Pont #47543A

Tints of Cabbage Pont #47543A

Color information

#47543A (or 0x47543A) is unknown color: approx Cabbage Pont. HEX triplet: 47, 54 and 3A. RGB value is (71,84,58). Sum of RGB (Red+Green+Blue) = 71+84+58=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 84 - color contains mainly: green. Hex color #47543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47543A is #B8ABC5. Grayscale: #4D4D4D. Windows color (decimal): -12102598 or 3822663. OLE color: 3822663.

HSL color Cylindrical-coordinate representation of color #47543A: hue angle of 90º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #47543A is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB718458-
CMYK0.1500.310.67
HSL90º18.31%27.84%-
HSV(B)90º30.95%32.94%-
XYZ6.537.995.2-
YUV77.15117.19123.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=33.33%
G=39.44%
B=27.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7184580.1500.310.679018.3127.84
Hex47543AF01F435a121c
Octal10712472170371031322234
Binary100011110101001110101111011111100001110110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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