#738949

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

Shades of Dingley #738949

Tints of Dingley #738949

Color information

#738949 (or 0x738949) is unknown color: approx Dingley. HEX triplet: 73, 89 and 49. RGB value is (115,137,73). Sum of RGB (Red+Green+Blue) = 115+137+73=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #738949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738949 is #8C76B6. Grayscale: #7B7B7B. Windows color (decimal): -9205431 or 4819315. OLE color: 4819315.

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

Color convert

RGB11513773-
CMYK0.1600.470.46
HSL80.62º30.48%41.18%-
HSV(B)80.62º46.72%53.73%-
XYZ17.2222.029.65-
YUV123.1399.71122.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.38%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=35.38%
G=42.15%
B=22.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115137730.1600.470.4680.6230.4841.18
Hex7389491002F2E511e29
Octal16321111120057561213651
Binary1110011100010011001001100000101111101110101000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738949; }

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

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

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

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

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

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

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

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