#728746

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

Shades of Dingley #728746

Tints of Dingley #728746

Color information

#728746 (or 0x728746) is unknown color: approx Dingley. HEX triplet: 72, 87 and 46. RGB value is (114,135,70). Sum of RGB (Red+Green+Blue) = 114+135+70=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #728746 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728746 is #8D78B9. Grayscale: #797979. Windows color (decimal): -9271482 or 4622194. OLE color: 4622194.

HSL color Cylindrical-coordinate representation of color #728746: hue angle of 79.38º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728746 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB11413570-
CMYK0.1600.480.47
HSL79.38º31.71%40.2%-
HSV(B)79.38º48.15%52.94%-
XYZ16.7121.359.03-
YUV121.3199.04122.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=35.74%
G=42.32%
B=21.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114135700.1600.480.4779.3831.7140.2
Hex728746100302F4f2028
Octal16220710620060571174050
Binary11100101000011110001101000001100001011111001111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728746; }

 p { color: rgb(114,135,70); }

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

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

 a { background-color: rgb(114,135,70); }

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

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

 span { border-color: rgb(114,135,70); }

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