#495140

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

Shades of Cabbage Pont #495140

Tints of Cabbage Pont #495140

Color information

#495140 (or 0x495140) is unknown color: approx Cabbage Pont. HEX triplet: 49, 51 and 40. RGB value is (73,81,64). Sum of RGB (Red+Green+Blue) = 73+81+64=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 81 - color contains mainly: green. Hex color #495140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495140 is #B6AEBF. Grayscale: #4C4C4C. Windows color (decimal): -11972288 or 4215113. OLE color: 4215113.

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

Color convert

RGB738164-
CMYK0.1000.210.68
HSL88.24º11.72%28.43%-
HSV(B)88.24º20.99%31.76%-
XYZ6.627.675.98-
YUV76.67120.85125.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 64 (25.39% from 255) = 29.36%
R=33.49%
G=37.16%
B=29.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381640.1000.210.6888.2411.7228.43
Hex495140A0154458c1c
Octal111121100120251041301434
Binary100100110100011000000101001010110001001011000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495140; }

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

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

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

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

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

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

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

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