#5A8740

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

Shades of Dingley #5A8740

Tints of Dingley #5A8740

Color information

#5A8740 (or 0x5A8740) is unknown color: approx Dingley. HEX triplet: 5A, 87 and 40. RGB value is (90,135,64). Sum of RGB (Red+Green+Blue) = 90+135+64=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #5A8740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8740 is #A578BF. Grayscale: #717171. Windows color (decimal): -10844352 or 4228954. OLE color: 4228954.

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

Color convert

RGB9013564-
CMYK0.3300.530.47
HSL98.03º35.68%39.02%-
HSV(B)98.03º52.59%52.94%-
XYZ13.8119.877.96-
YUV113.45100.09111.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.14%
GREEN value IS 135 (53.12% from 255) = 46.71%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=31.14%
G=46.71%
B=22.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90135640.3300.530.4798.0335.6839.02
Hex5A8740210352F622427
Octal13220710041065571424447
Binary101101010000111100000010000101101011011111100010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,135,64); }

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

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

 a { background-color: rgb(90,135,64); }

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

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

 span { border-color: rgb(90,135,64); }

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