#5A714A

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

Shades of Dingley #5A714A

Tints of Dingley #5A714A

Color information

#5A714A (or 0x5A714A) is unknown color: approx Dingley. HEX triplet: 5A, 71 and 4A. RGB value is (90,113,74). Sum of RGB (Red+Green+Blue) = 90+113+74=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #5A714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A714A is #A58EB5. Grayscale: #656565. Windows color (decimal): -10849974 or 4878682. OLE color: 4878682.

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

Color convert

RGB9011374-
CMYK0.2000.350.56
HSL95.38º20.86%36.67%-
HSV(B)95.38º34.51%44.31%-
XYZ11.3614.488.67-
YUV101.68112.38119.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.49%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=32.49%
G=40.79%
B=26.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90113740.2000.350.5695.3820.8636.67
Hex5A714A14023385f1525
Octal13216111224043701372545
Binary101101011100011001010101000100011111000101111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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