#728649

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

Shades of Dingley #728649

Tints of Dingley #728649

Color information

#728649 (or 0x728649) is unknown color: approx Dingley. HEX triplet: 72, 86 and 49. RGB value is (114,134,73). Sum of RGB (Red+Green+Blue) = 114+134+73=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #728649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728649 is #8D79B6. Grayscale: #797979. Windows color (decimal): -9271735 or 4818546. OLE color: 4818546.

HSL color Cylindrical-coordinate representation of color #728649: hue angle of 79.67º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #728649 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB11413473-
CMYK0.1500.460.47
HSL79.67º29.47%40.59%-
HSV(B)79.67º45.52%52.55%-
XYZ16.6721.119.5-
YUV121.07100.87122.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=35.51%
G=41.74%
B=22.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134730.1500.460.4779.6729.4740.59
Hex728649F02E2F501d29
Octal16220611117056571203551
Binary111001010000110100100111110101110101111101000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728649; }

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

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

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

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

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

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

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

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