#49513F

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

Shades of Cabbage Pont #49513F

Tints of Cabbage Pont #49513F

Color information

#49513F (or 0x49513F) is unknown color: approx Cabbage Pont. HEX triplet: 49, 51 and 3F. RGB value is (73,81,63). Sum of RGB (Red+Green+Blue) = 73+81+63=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #49513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49513F is #B6AEC0. Grayscale: #4C4C4C. Windows color (decimal): -11972289 or 4149577. OLE color: 4149577.

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

Color convert

RGB738163-
CMYK0.1000.220.68
HSL86.67º12.5%28.24%-
HSV(B)86.67º22.22%31.76%-
XYZ6.597.665.83-
YUV76.56120.35125.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 63 (25% from 255) = 29.03%
R=33.64%
G=37.33%
B=29.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381630.1000.220.6886.6712.528.24
Hex49513FA0164457d1c
Octal11112177120261041271534
Binary10010011010001111111101001011010001001010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49513F; }

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

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

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

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

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

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

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

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