#73894C

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

Shades of Dingley #73894C

Tints of Dingley #73894C

Color information

#73894C (or 0x73894C) is unknown color: approx Dingley. HEX triplet: 73, 89 and 4C. RGB value is (115,137,76). Sum of RGB (Red+Green+Blue) = 115+137+76=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #73894C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73894C is #8C76B3. Grayscale: #7B7B7B. Windows color (decimal): -9205428 or 5015923. OLE color: 5015923.

HSL color Cylindrical-coordinate representation of color #73894C: hue angle of 81.64º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73894C is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB11513776-
CMYK0.1600.450.46
HSL81.64º28.64%41.76%-
HSV(B)81.64º44.53%53.73%-
XYZ17.3222.0610.18-
YUV123.47101.21121.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.06%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=35.06%
G=41.77%
B=23.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115137760.1600.450.4681.6428.6441.76
Hex73894C1002D2E521d2a
Octal16321111420055561223552
Binary1110011100010011001100100000101101101110101001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73894C; }

 p { color: rgb(115,137,76); }

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

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

 a { background-color: rgb(115,137,76); }

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

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

 span { border-color: rgb(115,137,76); }

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