#495741

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

Shades of Cabbage Pont #495741

Tints of Cabbage Pont #495741

Color information

#495741 (or 0x495741) is unknown color: approx Cabbage Pont. HEX triplet: 49, 57 and 41. RGB value is (73,87,65). Sum of RGB (Red+Green+Blue) = 73+87+65=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #495741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495741 is #B6A8BE. Grayscale: #505050. Windows color (decimal): -11970751 or 4282185. OLE color: 4282185.

HSL color Cylindrical-coordinate representation of color #495741: hue angle of 98.18º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #495741 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB738765-
CMYK0.1600.250.66
HSL98.18º14.47%29.8%-
HSV(B)98.18º25.29%34.12%-
XYZ7.118.616.29-
YUV80.31119.36122.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=32.44%
G=38.67%
B=28.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387650.1600.250.6698.1814.4729.8
Hex495741100194262e1e
Octal111127101200311021421636
Binary1001001101011110000011000001100110000101100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495741; }

 p { color: rgb(73,87,65); }

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

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

 a { background-color: rgb(73,87,65); }

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

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

 span { border-color: rgb(73,87,65); }

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