#495443

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

Shades of Cabbage Pont #495443

Tints of Cabbage Pont #495443

Color information

#495443 (or 0x495443) is unknown color: approx Cabbage Pont. HEX triplet: 49, 54 and 43. RGB value is (73,84,67). Sum of RGB (Red+Green+Blue) = 73+84+67=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #495443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495443 is #B6ABBC. Grayscale: #4E4E4E. Windows color (decimal): -11971517 or 4412489. OLE color: 4412489.

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

Color convert

RGB738467-
CMYK0.1300.200.67
HSL98.82º11.26%29.61%-
HSV(B)98.82º20.24%32.94%-
XYZ6.938.166.52-
YUV78.77121.36123.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 84 (33.20% from 255) = 37.5%
BLUE value IS 67 (26.56% from 255) = 29.91%
R=32.59%
G=37.5%
B=29.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384670.1300.200.6798.8211.2629.61
Hex495443D0144363b1e
Octal111124103150241031431336
Binary100100110101001000011110101010010000111100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495443; }

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

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

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

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

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

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

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

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