#495840

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

Shades of Cabbage Pont #495840

Tints of Cabbage Pont #495840

Color information

#495840 (or 0x495840) is unknown color: approx Cabbage Pont. HEX triplet: 49, 58 and 40. RGB value is (73,88,64). Sum of RGB (Red+Green+Blue) = 73+88+64=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #495840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495840 is #B6A7BF. Grayscale: #505050. Windows color (decimal): -11970496 or 4216905. OLE color: 4216905.

HSL color Cylindrical-coordinate representation of color #495840: hue angle of 97.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #495840 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB738864-
CMYK0.1700.270.65
HSL97.5º15.79%29.8%-
HSV(B)97.5º27.27%34.51%-
XYZ7.168.776.16-
YUV80.78118.53122.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 64 (25.39% from 255) = 28.44%
R=32.44%
G=39.11%
B=28.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388640.1700.270.6597.515.7929.8
Hex4958401101B4161101e
Octal111130100210331011412036
Binary10010011011000100000010001011011100000111000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495840; }

 p { color: rgb(73,88,64); }

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

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

 a { background-color: rgb(73,88,64); }

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

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

 span { border-color: rgb(73,88,64); }

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