#495044

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

Shades of Cabbage Pont #495044

Tints of Cabbage Pont #495044

Color information

#495044 (or 0x495044) is unknown color: approx Cabbage Pont. HEX triplet: 49, 50 and 44. RGB value is (73,80,68). Sum of RGB (Red+Green+Blue) = 73+80+68=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 80 - color contains mainly: green. Hex color #495044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495044 is #B6AFBB. Grayscale: #4C4C4C. Windows color (decimal): -11972540 or 4477001. OLE color: 4477001.

HSL color Cylindrical-coordinate representation of color #495044: hue angle of 95º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #495044 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB738068-
CMYK0.0900.150.69
HSL95º8.11%29.02%-
HSV(B)95º15%31.37%-
XYZ6.667.576.58-
YUV76.54123.18125.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 68 (26.95% from 255) = 30.77%
R=33.03%
G=36.20%
B=30.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380680.0900.150.69958.1129.02
Hex49504490F455f81d
Octal111120104110171051371035
Binary10010011010000100010010010111110001011011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495044; }

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

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

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

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

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

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

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

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