#495540

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

Shades of Cabbage Pont #495540

Tints of Cabbage Pont #495540

Color information

#495540 (or 0x495540) is unknown color: approx Cabbage Pont. HEX triplet: 49, 55 and 40. RGB value is (73,85,64). Sum of RGB (Red+Green+Blue) = 73+85+64=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #495540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495540 is #B6AABF. Grayscale: #4F4F4F. Windows color (decimal): -11971264 or 4216137. OLE color: 4216137.

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

Color convert

RGB738564-
CMYK0.1400.250.67
HSL94.29º14.09%29.22%-
HSV(B)94.29º24.71%33.33%-
XYZ6.928.286.08-
YUV79.02119.52123.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=32.88%
G=38.29%
B=28.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385640.1400.250.6794.2914.0929.22
Hex495540E019435ee1d
Octal111125100160311031361635
Binary100100110101011000000111001100110000111011110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495540; }

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

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

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

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

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

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

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

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