#495143

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

Shades of Cabbage Pont #495143

Tints of Cabbage Pont #495143

Color information

#495143 (or 0x495143) is unknown color: approx Cabbage Pont. HEX triplet: 49, 51 and 43. RGB value is (73,81,67). Sum of RGB (Red+Green+Blue) = 73+81+67=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 81 - color contains mainly: green. Hex color #495143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495143 is #B6AEBC. Grayscale: #4D4D4D. Windows color (decimal): -11972285 or 4411721. OLE color: 4411721.

HSL color Cylindrical-coordinate representation of color #495143: hue angle of 94.29º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #495143 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB738167-
CMYK0.1000.170.68
HSL94.29º9.46%29.02%-
HSV(B)94.29º17.28%31.76%-
XYZ6.77.716.44-
YUV77.01122.35125.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 67 (26.56% from 255) = 30.32%
R=33.03%
G=36.65%
B=30.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381670.1000.170.6894.299.4629.02
Hex495143A011445e91d
Octal111121103120211041361135
Binary100100110100011000011101001000110001001011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495143; }

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

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

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

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

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

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

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

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