#475641

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

Shades of Cabbage Pont #475641

Tints of Cabbage Pont #475641

Color information

#475641 (or 0x475641) is unknown color: approx Cabbage Pont. HEX triplet: 47, 56 and 41. RGB value is (71,86,65). Sum of RGB (Red+Green+Blue) = 71+86+65=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 86 - color contains mainly: green. Hex color #475641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475641 is #B8A9BE. Grayscale: #4F4F4F. Windows color (decimal): -12102079 or 4281927. OLE color: 4281927.

HSL color Cylindrical-coordinate representation of color #475641: hue angle of 102.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475641 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB718665-
CMYK0.1700.240.66
HSL102.86º13.91%29.61%-
HSV(B)102.86º24.42%33.73%-
XYZ6.888.386.26-
YUV79.12120.03122.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 86 (33.98% from 255) = 38.74%
BLUE value IS 65 (25.78% from 255) = 29.28%
R=31.98%
G=38.74%
B=29.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7186650.1700.240.66102.8613.9129.61
Hex475641110184267e1e
Octal107126101210301021471636
Binary1000111101011010000011000101100010000101100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475641; }

 p { color: rgb(71,86,65); }

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

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

 a { background-color: rgb(71,86,65); }

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

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

 span { border-color: rgb(71,86,65); }

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