#495642

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

Shades of Cabbage Pont #495642

Tints of Cabbage Pont #495642

Color information

#495642 (or 0x495642) is unknown color: approx Cabbage Pont. HEX triplet: 49, 56 and 42. RGB value is (73,86,66). Sum of RGB (Red+Green+Blue) = 73+86+66=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #495642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495642 is #B6A9BD. Grayscale: #4F4F4F. Windows color (decimal): -11971006 or 4347465. OLE color: 4347465.

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

Color convert

RGB738666-
CMYK0.1500.230.66
HSL99º13.16%29.8%-
HSV(B)99º23.26%33.73%-
XYZ7.068.476.42-
YUV79.83120.19123.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=32.44%
G=38.22%
B=29.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386660.1500.230.669913.1629.8
Hex495642F0174263d1e
Octal111126102170271021431536
Binary100100110101101000010111101011110000101100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495642; }

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

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

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

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

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

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

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

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