#728D48

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

Shades of Dingley #728D48

Tints of Dingley #728D48

Color information

#728D48 (or 0x728D48) is unknown color: approx Dingley. HEX triplet: 72, 8D and 48. RGB value is (114,141,72). Sum of RGB (Red+Green+Blue) = 114+141+72=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #728D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728D48 is #8D72B7. Grayscale: #7D7D7D. Windows color (decimal): -9269944 or 4754802. OLE color: 4754802.

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

Color convert

RGB11414172-
CMYK0.1900.490.45
HSL83.48º32.39%41.76%-
HSV(B)83.48º48.94%55.29%-
XYZ17.6323.19.66-
YUV125.0698.05120.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=34.86%
G=43.12%
B=22.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114141720.1900.490.4583.4832.3941.76
Hex728D48130312D53202a
Octal16221511023061551234052
Binary11100101000110110010001001101100011011011010011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,141,72); }

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

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

 a { background-color: rgb(114,141,72); }

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

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

 span { border-color: rgb(114,141,72); }

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