#495740

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

Shades of Cabbage Pont #495740

Tints of Cabbage Pont #495740

Color information

#495740 (or 0x495740) is unknown color: approx Cabbage Pont. HEX triplet: 49, 57 and 40. RGB value is (73,87,64). Sum of RGB (Red+Green+Blue) = 73+87+64=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #495740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495740 is #B6A8BF. Grayscale: #505050. Windows color (decimal): -11970752 or 4216649. OLE color: 4216649.

HSL color Cylindrical-coordinate representation of color #495740: hue angle of 96.52º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495740 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB738764-
CMYK0.1600.260.66
HSL96.52º15.23%29.61%-
HSV(B)96.52º26.44%34.12%-
XYZ7.088.66.14-
YUV80.19118.86122.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=32.59%
G=38.84%
B=28.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387640.1600.260.6696.5215.2329.61
Hex4957401001A4261f1e
Octal111127100200321021411736
Binary1001001101011110000001000001101010000101100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495740; }

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

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

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

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

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

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

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

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