#5A704A

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

Shades of Dingley #5A704A

Tints of Dingley #5A704A

Color information

#5A704A (or 0x5A704A) is unknown color: approx Dingley. HEX triplet: 5A, 70 and 4A. RGB value is (90,112,74). Sum of RGB (Red+Green+Blue) = 90+112+74=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #5A704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A704A is #A58FB5. Grayscale: #656565. Windows color (decimal): -10850230 or 4878426. OLE color: 4878426.

HSL color Cylindrical-coordinate representation of color #5A704A: hue angle of 94.74º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A704A is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB9011274-
CMYK0.2000.340.56
HSL94.74º20.43%36.47%-
HSV(B)94.74º33.93%43.92%-
XYZ11.2514.268.64-
YUV101.09112.71120.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.61%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=32.61%
G=40.58%
B=26.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90112740.2000.340.5694.7420.4336.47
Hex5A704A14022385f1424
Octal13216011224042701372444
Binary101101011100001001010101000100010111000101111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,112,74); }

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

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

 a { background-color: rgb(90,112,74); }

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

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

 span { border-color: rgb(90,112,74); }

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