#5A724A

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

Shades of Dingley #5A724A

Tints of Dingley #5A724A

Color information

#5A724A (or 0x5A724A) is unknown color: approx Dingley. HEX triplet: 5A, 72 and 4A. RGB value is (90,114,74). Sum of RGB (Red+Green+Blue) = 90+114+74=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #5A724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A724A is #A58DB5. Grayscale: #666666. Windows color (decimal): -10849718 or 4878938. OLE color: 4878938.

HSL color Cylindrical-coordinate representation of color #5A724A: hue angle of 96º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A724A is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB9011474-
CMYK0.2100.350.55
HSL96º21.28%36.86%-
HSV(B)96º35.09%44.71%-
XYZ11.4714.78.71-
YUV102.26112.05119.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.37%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=32.37%
G=41.01%
B=26.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90114740.2100.350.559621.2836.86
Hex5A724A1502337601525
Octal13216211225043671402545
Binary101101011100101001010101010100011110111110000010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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