#748849

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

Shades of Dingley #748849

Tints of Dingley #748849

Color information

#748849 (or 0x748849) is unknown color: approx Dingley. HEX triplet: 74, 88 and 49. RGB value is (116,136,73). Sum of RGB (Red+Green+Blue) = 116+136+73=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #748849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748849 is #8B77B6. Grayscale: #7B7B7B. Windows color (decimal): -9140151 or 4819060. OLE color: 4819060.

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

Color convert

RGB11613673-
CMYK0.1500.460.47
HSL79.05º30.14%40.98%-
HSV(B)79.05º46.32%53.33%-
XYZ17.2121.89.6-
YUV122.8499.87123.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=35.69%
G=41.85%
B=22.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116136730.1500.460.4779.0530.1440.98
Hex748849F02E2F4f1e29
Octal16421011117056571173651
Binary111010010001000100100111110101110101111100111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748849; }

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

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

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

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

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

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

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

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