#475240

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

Shades of Cabbage Pont #475240

Tints of Cabbage Pont #475240

Color information

#475240 (or 0x475240) is unknown color: approx Cabbage Pont. HEX triplet: 47, 52 and 40. RGB value is (71,82,64). Sum of RGB (Red+Green+Blue) = 71+82+64=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 82 - color contains mainly: green. Hex color #475240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475240 is #B8ADBF. Grayscale: #4C4C4C. Windows color (decimal): -12103104 or 4215367. OLE color: 4215367.

HSL color Cylindrical-coordinate representation of color #475240: hue angle of 96.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #475240 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB718264-
CMYK0.1300.220.68
HSL96.67º12.33%28.63%-
HSV(B)96.67º21.95%32.16%-
XYZ6.547.746-
YUV76.66120.86123.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=32.72%
G=37.79%
B=29.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182640.1300.220.6896.6712.3328.63
Hex475240D0164461c1d
Octal107122100150261041411435
Binary100011110100101000000110101011010001001100001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475240; }

 p { color: rgb(71,82,64); }

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

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

 a { background-color: rgb(71,82,64); }

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

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

 span { border-color: rgb(71,82,64); }

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