#475439

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

Shades of Cabbage Pont #475439

Tints of Cabbage Pont #475439

Color information

#475439 (or 0x475439) is unknown color: approx Cabbage Pont. HEX triplet: 47, 54 and 39. RGB value is (71,84,57). Sum of RGB (Red+Green+Blue) = 71+84+57=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #475439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475439 is #B8ABC6. Grayscale: #4D4D4D. Windows color (decimal): -12102599 or 3757127. OLE color: 3757127.

HSL color Cylindrical-coordinate representation of color #475439: hue angle of 88.89º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #475439 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB718457-
CMYK0.1500.320.67
HSL88.89º19.15%27.65%-
HSV(B)88.89º32.14%32.94%-
XYZ6.517.985.07-
YUV77.04116.69123.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 57 (22.66% from 255) = 26.89%
R=33.49%
G=39.62%
B=26.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7184570.1500.320.6788.8919.1527.65
Hex475439F0204359131c
Octal10712471170401031312334
Binary1000111101010011100111110100000100001110110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475439; }

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

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

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

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

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

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

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

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