#748949

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

Shades of Dingley #748949

Tints of Dingley #748949

Color information

#748949 (or 0x748949) is unknown color: approx Dingley. HEX triplet: 74, 89 and 49. RGB value is (116,137,73). Sum of RGB (Red+Green+Blue) = 116+137+73=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #748949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748949 is #8B76B6. Grayscale: #7B7B7B. Windows color (decimal): -9139895 or 4819316. OLE color: 4819316.

HSL color Cylindrical-coordinate representation of color #748949: hue angle of 79.69º 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 #748949 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB11613773-
CMYK0.1500.470.46
HSL79.69º30.48%41.18%-
HSV(B)79.69º46.72%53.73%-
XYZ17.3522.099.65-
YUV123.4299.54122.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 73 (28.91% from 255) = 22.39%
R=35.58%
G=42.02%
B=22.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116137730.1500.470.4679.6930.4841.18
Hex748949F02F2E501e29
Octal16421111117057561203651
Binary111010010001001100100111110101111101110101000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748949; }

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

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

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

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

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

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

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

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