#495444

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

Shades of Cabbage Pont #495444

Tints of Cabbage Pont #495444

Color information

#495444 (or 0x495444) is unknown color: approx Cabbage Pont. HEX triplet: 49, 54 and 44. RGB value is (73,84,68). Sum of RGB (Red+Green+Blue) = 73+84+68=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 84 - color contains mainly: green. Hex color #495444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495444 is #B6ABBB. Grayscale: #4E4E4E. Windows color (decimal): -11971516 or 4478025. OLE color: 4478025.

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

Color convert

RGB738468-
CMYK0.1300.190.67
HSL101.25º10.53%29.8%-
HSV(B)101.25º19.05%32.94%-
XYZ6.968.176.68-
YUV78.89121.86123.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=32.44%
G=37.33%
B=30.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384680.1300.190.67101.2510.5329.8
Hex495444D0134365b1e
Octal111124104150231031451336
Binary100100110101001000100110101001110000111100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495444; }

 p { color: rgb(73,84,68); }

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

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

 a { background-color: rgb(73,84,68); }

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

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

 span { border-color: rgb(73,84,68); }

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