#495841

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

Shades of Cabbage Pont #495841

Tints of Cabbage Pont #495841

Color information

#495841 (or 0x495841) is unknown color: approx Cabbage Pont. HEX triplet: 49, 58 and 41. RGB value is (73,88,65). Sum of RGB (Red+Green+Blue) = 73+88+65=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #495841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495841 is #B6A7BE. Grayscale: #505050. Windows color (decimal): -11970495 or 4282441. OLE color: 4282441.

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

Color convert

RGB738865-
CMYK0.1700.260.65
HSL99.13º15.03%30%-
HSV(B)99.13º26.14%34.51%-
XYZ7.198.786.32-
YUV80.89119.03122.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=32.30%
G=38.94%
B=28.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388650.1700.260.6599.1315.0330
Hex4958411101A4163f1e
Octal111130101210321011431736
Binary1001001101100010000011000101101010000011100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495841; }

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

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

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

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

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

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

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

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