#495543

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

Shades of Cabbage Pont #495543

Tints of Cabbage Pont #495543

Color information

#495543 (or 0x495543) is unknown color: approx Cabbage Pont. HEX triplet: 49, 55 and 43. RGB value is (73,85,67). Sum of RGB (Red+Green+Blue) = 73+85+67=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #495543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495543 is #B6AABC. Grayscale: #4F4F4F. Windows color (decimal): -11971261 or 4412745. OLE color: 4412745.

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

Color convert

RGB738567-
CMYK0.1400.210.67
HSL100º11.84%29.8%-
HSV(B)100º21.18%33.33%-
XYZ7.018.326.55-
YUV79.36121.02123.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 67 (26.56% from 255) = 29.78%
R=32.44%
G=37.78%
B=29.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385670.1400.210.6710011.8429.8
Hex495543E0154364c1e
Octal111125103160251031441436
Binary100100110101011000011111001010110000111100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495543; }

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

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

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

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

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

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

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

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