#49573A

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

Shades of Cabbage Pont #49573A

Tints of Cabbage Pont #49573A

Color information

#49573A (or 0x49573A) is unknown color: approx Cabbage Pont. HEX triplet: 49, 57 and 3A. RGB value is (73,87,58). Sum of RGB (Red+Green+Blue) = 73+87+58=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #49573A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49573A is #B6A8C5. Grayscale: #4F4F4F. Windows color (decimal): -11970758 or 3823433. OLE color: 3823433.

HSL color Cylindrical-coordinate representation of color #49573A: hue angle of 88.97º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49573A is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB738758-
CMYK0.1600.330.66
HSL88.97º20%28.43%-
HSV(B)88.97º33.33%34.12%-
XYZ6.928.545.29-
YUV79.51115.86123.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 87 (34.38% from 255) = 39.91%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=33.49%
G=39.91%
B=26.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387580.1600.330.6688.972028.43
Hex49573A100214259141c
Octal11112772200411021312434
Binary10010011010111111010100000100001100001010110011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49573A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49573A; }

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

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

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

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

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

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

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

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