#475638

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

Shades of Cabbage Pont #475638

Tints of Cabbage Pont #475638

Color information

#475638 (or 0x475638) is unknown color: approx Cabbage Pont. HEX triplet: 47, 56 and 38. RGB value is (71,86,56). Sum of RGB (Red+Green+Blue) = 71+86+56=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #475638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475638 is #B8A9C7. Grayscale: #4E4E4E. Windows color (decimal): -12102088 or 3692103. OLE color: 3692103.

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

Color convert

RGB718656-
CMYK0.1700.350.66
HSL90º21.13%27.84%-
HSV(B)90º34.88%33.73%-
XYZ6.648.284.99-
YUV78.1115.53122.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 56 (22.27% from 255) = 26.29%
R=33.33%
G=40.38%
B=26.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7186560.1700.350.669021.1327.84
Hex47563811023425a151c
Octal10712670210431021322534
Binary10001111010110111000100010100011100001010110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475638; }

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

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

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

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

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

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

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

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