#728C48

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

Shades of Dingley #728C48

Tints of Dingley #728C48

Color information

#728C48 (or 0x728C48) is unknown color: approx Dingley. HEX triplet: 72, 8C and 48. RGB value is (114,140,72). Sum of RGB (Red+Green+Blue) = 114+140+72=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #728C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728C48 is #8D73B7. Grayscale: #7C7C7C. Windows color (decimal): -9270200 or 4754546. OLE color: 4754546.

HSL color Cylindrical-coordinate representation of color #728C48: hue angle of 82.94º 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 #728C48 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB11414072-
CMYK0.1900.490.45
HSL82.94º32.08%41.57%-
HSV(B)82.94º48.57%54.9%-
XYZ17.4922.89.61-
YUV124.4798.39120.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=34.97%
G=42.94%
B=22.09%

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
Decimal114140720.1900.490.4582.9432.0841.57
Hex728C48130312D53202a
Octal16221411023061551234052
Binary11100101000110010010001001101100011011011010011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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