#495244

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

Shades of Cabbage Pont #495244

Tints of Cabbage Pont #495244

Color information

#495244 (or 0x495244) is unknown color: approx Cabbage Pont. HEX triplet: 49, 52 and 44. RGB value is (73,82,68). Sum of RGB (Red+Green+Blue) = 73+82+68=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 82 - color contains mainly: green. Hex color #495244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495244 is #B6ADBB. Grayscale: #4D4D4D. Windows color (decimal): -11972028 or 4477513. OLE color: 4477513.

HSL color Cylindrical-coordinate representation of color #495244: hue angle of 98.57º 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 #495244 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB738268-
CMYK0.1100.170.68
HSL98.57º9.33%29.41%-
HSV(B)98.57º17.07%32.16%-
XYZ6.817.876.63-
YUV77.71122.52124.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=32.74%
G=36.77%
B=30.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7382680.1100.170.6898.579.3329.41
Hex495244B011446391d
Octal111122104130211041431135
Binary100100110100101000100101101000110001001100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495244; }

 p { color: rgb(73,82,68); }

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

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

 a { background-color: rgb(73,82,68); }

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

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

 span { border-color: rgb(73,82,68); }

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