#475041

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

Shades of Cabbage Pont #475041

Tints of Cabbage Pont #475041

Color information

#475041 (or 0x475041) is unknown color: approx Cabbage Pont. HEX triplet: 47, 50 and 41. RGB value is (71,80,65). Sum of RGB (Red+Green+Blue) = 71+80+65=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 80 - color contains mainly: green. Hex color #475041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475041 is #B8AFBE. Grayscale: #4B4B4B. Windows color (decimal): -12103615 or 4280391. OLE color: 4280391.

HSL color Cylindrical-coordinate representation of color #475041: hue angle of 96º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #475041 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB718065-
CMYK0.1100.190.69
HSL96º10.34%28.43%-
HSV(B)96º18.75%31.37%-
XYZ6.427.466.1-
YUV75.6122.02124.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=32.87%
G=37.04%
B=30.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7180650.1100.190.699610.3428.43
Hex475041B0134560a1c
Octal107120101130231051401234
Binary100011110100001000001101101001110001011100000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475041; }

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

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

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

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

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

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

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

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