#5A7749

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

Shades of Dingley #5A7749

Tints of Dingley #5A7749

Color information

#5A7749 (or 0x5A7749) is unknown color: approx Dingley. HEX triplet: 5A, 77 and 49. RGB value is (90,119,73). Sum of RGB (Red+Green+Blue) = 90+119+73=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7749 is #A588B6. Grayscale: #696969. Windows color (decimal): -10848439 or 4814682. OLE color: 4814682.

HSL color Cylindrical-coordinate representation of color #5A7749: hue angle of 97.83º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A7749 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB9011973-
CMYK0.2400.390.53
HSL97.83º23.96%37.65%-
HSV(B)97.83º38.66%46.67%-
XYZ12.0215.858.73-
YUV105.08109.89117.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 119 (46.88% from 255) = 42.20%
BLUE value IS 73 (28.91% from 255) = 25.89%
R=31.91%
G=42.20%
B=25.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90119730.2400.390.5397.8323.9637.65
Hex5A77491802735621826
Octal13216711130047651423046
Binary101101011101111001001110000100111110101110001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A7749; }

 p { color: rgb(90,119,73); }

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

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

 a { background-color: rgb(90,119,73); }

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

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

 span { border-color: rgb(90,119,73); }

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