#495641

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

Shades of Cabbage Pont #495641

Tints of Cabbage Pont #495641

Color information

#495641 (or 0x495641) is unknown color: approx Cabbage Pont. HEX triplet: 49, 56 and 41. RGB value is (73,86,65). Sum of RGB (Red+Green+Blue) = 73+86+65=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #495641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495641 is #B6A9BE. Grayscale: #4F4F4F. Windows color (decimal): -11971007 or 4281929. OLE color: 4281929.

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

Color convert

RGB738665-
CMYK0.1500.240.66
HSL97.14º13.91%29.61%-
HSV(B)97.14º24.42%33.73%-
XYZ7.038.456.26-
YUV79.72119.69123.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=32.59%
G=38.39%
B=29.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386650.1500.240.6697.1413.9129.61
Hex495641F0184261e1e
Octal111126101170301021411636
Binary100100110101101000001111101100010000101100001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495641; }

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

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

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

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

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

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

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

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