#47533A

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

Shades of Cabbage Pont #47533A

Tints of Cabbage Pont #47533A

Color information

#47533A (or 0x47533A) is unknown color: approx Cabbage Pont. HEX triplet: 47, 53 and 3A. RGB value is (71,83,58). Sum of RGB (Red+Green+Blue) = 71+83+58=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #47533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47533A is #B8ACC5. Grayscale: #4C4C4C. Windows color (decimal): -12102854 or 3822407. OLE color: 3822407.

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

Color convert

RGB718358-
CMYK0.1400.300.67
HSL88.8º17.73%27.65%-
HSV(B)88.8º30.12%32.55%-
XYZ6.467.835.17-
YUV76.56117.52124.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=33.49%
G=39.15%
B=27.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7183580.1400.300.6788.817.7327.65
Hex47533AE01E4359121c
Octal10712372160361031312234
Binary100011110100111110101110011110100001110110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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