#47593B

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

Shades of Cabbage Pont #47593B

Tints of Cabbage Pont #47593B

Color information

#47593B (or 0x47593B) is unknown color: approx Cabbage Pont. HEX triplet: 47, 59 and 3B. RGB value is (71,89,59). Sum of RGB (Red+Green+Blue) = 71+89+59=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #47593B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47593B is #B8A6C4. Grayscale: #505050. Windows color (decimal): -12101317 or 3889479. OLE color: 3889479.

HSL color Cylindrical-coordinate representation of color #47593B: hue angle of 96º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47593B is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB718959-
CMYK0.2000.340.65
HSL96º20.27%29.02%-
HSV(B)96º33.71%34.9%-
XYZ6.968.85.47-
YUV80.2116.04121.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 59 (23.44% from 255) = 26.94%
R=32.42%
G=40.64%
B=26.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189590.2000.340.659620.2729.02
Hex47593B140224160141d
Octal10713173240421011402435
Binary10001111011001111011101000100010100000111000001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47593B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47593B; }

 p { color: rgb(71,89,59); }

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

<style>
 a { background-color: #47593B; }

 a { background-color: rgb(71,89,59); }

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

<style>
 span { border-color: #47593B; }

 span { border-color: rgb(71,89,59); }

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