#495441

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

Shades of Cabbage Pont #495441

Tints of Cabbage Pont #495441

Color information

#495441 (or 0x495441) is unknown color: approx Cabbage Pont. HEX triplet: 49, 54 and 41. RGB value is (73,84,65). Sum of RGB (Red+Green+Blue) = 73+84+65=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #495441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495441 is #B6ABBE. Grayscale: #4E4E4E. Windows color (decimal): -11971519 or 4281417. OLE color: 4281417.

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

Color convert

RGB738465-
CMYK0.1300.230.67
HSL94.74º12.75%29.22%-
HSV(B)94.74º22.62%32.94%-
XYZ6.878.146.21-
YUV78.54120.36124.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 84 (33.20% from 255) = 37.84%
BLUE value IS 65 (25.78% from 255) = 29.28%
R=32.88%
G=37.84%
B=29.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384650.1300.230.6794.7412.7529.22
Hex495441D017435fd1d
Octal111124101150271031371535
Binary100100110101001000001110101011110000111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495441; }

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

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

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

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

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

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

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

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