#495941

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

Shades of Cabbage Pont #495941

Tints of Cabbage Pont #495941

Color information

#495941 (or 0x495941) is unknown color: approx Cabbage Pont. HEX triplet: 49, 59 and 41. RGB value is (73,89,65). Sum of RGB (Red+Green+Blue) = 73+89+65=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #495941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495941 is #B6A6BE. Grayscale: #515151. Windows color (decimal): -11970239 or 4282697. OLE color: 4282697.

HSL color Cylindrical-coordinate representation of color #495941: hue angle of 100º 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 #495941 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB738965-
CMYK0.1800.270.65
HSL100º15.58%30.2%-
HSV(B)100º26.97%34.9%-
XYZ7.278.946.34-
YUV81.48118.7121.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=32.16%
G=39.21%
B=28.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389650.1800.270.6510015.5830.2
Hex4959411201B4164101e
Octal111131101220331011442036
Binary10010011011001100000110010011011100000111001001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495941; }

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

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

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

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

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

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

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

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