#728B49

Color #728B49 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #728B49

Tints of Dingley #728B49

Color information

#728B49 (or 0x728B49) is unknown color: approx Dingley. HEX triplet: 72, 8B and 49. RGB value is (114,139,73). Sum of RGB (Red+Green+Blue) = 114+139+73=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #728B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728B49 is #8D74B6. Grayscale: #7C7C7C. Windows color (decimal): -9270455 or 4819826. OLE color: 4819826.

HSL color Cylindrical-coordinate representation of color #728B49: hue angle of 82.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #728B49 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB11413973-
CMYK0.1800.470.45
HSL82.73º31.13%41.57%-
HSV(B)82.73º47.48%54.51%-
XYZ17.3722.529.74-
YUV12499.22120.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 139 (54.69% from 255) = 42.64%
BLUE value IS 73 (28.91% from 255) = 22.39%
R=34.97%
G=42.64%
B=22.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114139730.1800.470.4582.7331.1341.57
Hex728B491202F2D531f2a
Octal16221311122057551233752
Binary1110010100010111001001100100101111101101101001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728B49; }

 p { color: rgb(114,139,73); }

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

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

 a { background-color: rgb(114,139,73); }

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

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

 span { border-color: rgb(114,139,73); }

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