#495541

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

Shades of Cabbage Pont #495541

Tints of Cabbage Pont #495541

Color information

#495541 (or 0x495541) is unknown color: approx Cabbage Pont. HEX triplet: 49, 55 and 41. RGB value is (73,85,65). Sum of RGB (Red+Green+Blue) = 73+85+65=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #495541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495541 is #B6AABE. Grayscale: #4F4F4F. Windows color (decimal): -11971263 or 4281673. OLE color: 4281673.

HSL color Cylindrical-coordinate representation of color #495541: hue angle of 96º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #495541 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB738565-
CMYK0.1400.240.67
HSL96º13.33%29.41%-
HSV(B)96º23.53%33.33%-
XYZ6.958.36.24-
YUV79.13120.02123.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 65 (25.78% from 255) = 29.15%
R=32.74%
G=38.12%
B=29.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385650.1400.240.679613.3329.41
Hex495541E0184360d1d
Octal111125101160301031401535
Binary100100110101011000001111001100010000111100000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495541; }

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

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

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

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

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

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

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

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