#475939

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

Shades of Cabbage Pont #475939

Tints of Cabbage Pont #475939

Color information

#475939 (or 0x475939) is unknown color: approx Cabbage Pont. HEX triplet: 47, 59 and 39. RGB value is (71,89,57). Sum of RGB (Red+Green+Blue) = 71+89+57=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #475939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475939 is #B8A6C6. Grayscale: #505050. Windows color (decimal): -12101319 or 3758407. OLE color: 3758407.

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

Color convert

RGB718957-
CMYK0.2000.360.65
HSL93.75º21.92%28.63%-
HSV(B)93.75º35.96%34.9%-
XYZ6.918.785.2-
YUV79.97115.04121.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 57 (22.66% from 255) = 26.27%
R=32.72%
G=41.01%
B=26.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189570.2000.360.6593.7521.9228.63
Hex47593914024415e161d
Octal10713171240441011362635
Binary10001111011001111001101000100100100000110111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475939; }

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

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

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

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

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

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

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

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