#495442

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

Shades of Cabbage Pont #495442

Tints of Cabbage Pont #495442

Color information

#495442 (or 0x495442) is unknown color: approx Cabbage Pont. HEX triplet: 49, 54 and 42. RGB value is (73,84,66). Sum of RGB (Red+Green+Blue) = 73+84+66=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #495442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495442 is #B6ABBD. Grayscale: #4E4E4E. Windows color (decimal): -11971518 or 4346953. OLE color: 4346953.

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

Color convert

RGB738466-
CMYK0.1300.210.67
HSL96.67º12%29.41%-
HSV(B)96.67º21.43%32.94%-
XYZ6.98.156.36-
YUV78.66120.86123.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=32.74%
G=37.67%
B=29.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384660.1300.210.6796.671229.41
Hex495442D0154361c1d
Octal111124102150251031411435
Binary100100110101001000010110101010110000111100001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495442; }

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

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

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

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

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

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

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

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