#47553F

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

Shades of Cabbage Pont #47553F

Tints of Cabbage Pont #47553F

Color information

#47553F (or 0x47553F) is unknown color: approx Cabbage Pont. HEX triplet: 47, 55 and 3F. RGB value is (71,85,63). Sum of RGB (Red+Green+Blue) = 71+85+63=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #47553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47553F is #B8AAC0. Grayscale: #4E4E4E. Windows color (decimal): -12102337 or 4150599. OLE color: 4150599.

HSL color Cylindrical-coordinate representation of color #47553F: hue angle of 98.18º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #47553F is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB718563-
CMYK0.1600.260.67
HSL98.18º14.86%29.02%-
HSV(B)98.18º25.88%33.33%-
XYZ6.748.25.93-
YUV78.31119.36122.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 63 (25% from 255) = 28.77%
R=32.42%
G=38.81%
B=28.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185630.1600.260.6798.1814.8629.02
Hex47553F1001A4362f1d
Octal10712577200321031421735
Binary100011110101011111111000001101010000111100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47553F; }

 p { color: rgb(71,85,63); }

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

<style>
 a { background-color: #47553F; }

 a { background-color: rgb(71,85,63); }

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

<style>
 span { border-color: #47553F; }

 span { border-color: rgb(71,85,63); }

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