#47583C

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

Shades of Cabbage Pont #47583C

Tints of Cabbage Pont #47583C

Color information

#47583C (or 0x47583C) is unknown color: approx Cabbage Pont. HEX triplet: 47, 58 and 3C. RGB value is (71,88,60). Sum of RGB (Red+Green+Blue) = 71+88+60=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #47583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47583C is #B8A7C3. Grayscale: #4F4F4F. Windows color (decimal): -12101572 or 3954759. OLE color: 3954759.

HSL color Cylindrical-coordinate representation of color #47583C: hue angle of 96.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #47583C is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB718860-
CMYK0.1900.320.65
HSL96.43º18.92%29.02%-
HSV(B)96.43º31.82%34.51%-
XYZ6.98.655.58-
YUV79.72116.87121.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 88 (34.77% from 255) = 40.18%
BLUE value IS 60 (23.83% from 255) = 27.40%
R=32.42%
G=40.18%
B=27.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7188600.1900.320.6596.4318.9229.02
Hex47583C130204160131d
Octal10713074230401011402335
Binary10001111011000111100100110100000100000111000001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47583C; }

 p { color: rgb(71,88,60); }

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

<style>
 a { background-color: #47583C; }

 a { background-color: rgb(71,88,60); }

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

<style>
 span { border-color: #47583C; }

 span { border-color: rgb(71,88,60); }

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