#728C4A

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

Shades of Dingley #728C4A

Tints of Dingley #728C4A

Color information

#728C4A (or 0x728C4A) is unknown color: approx Dingley. HEX triplet: 72, 8C and 4A. RGB value is (114,140,74). Sum of RGB (Red+Green+Blue) = 114+140+74=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #728C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728C4A is #8D73B5. Grayscale: #7C7C7C. Windows color (decimal): -9270198 or 4885618. OLE color: 4885618.

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

Color convert

RGB11414074-
CMYK0.1900.470.45
HSL83.64º30.84%41.96%-
HSV(B)83.64º47.14%54.9%-
XYZ17.5522.839.96-
YUV124.799.39120.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 140 (55.08% from 255) = 42.68%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=34.76%
G=42.68%
B=22.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114140740.1900.470.4583.6430.8441.96
Hex728C4A1302F2D541f2a
Octal16221411223057551243752
Binary1110010100011001001010100110101111101101101010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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