#5A8340

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

Shades of Dingley #5A8340

Tints of Dingley #5A8340

Color information

#5A8340 (or 0x5A8340) is unknown color: approx Dingley. HEX triplet: 5A, 83 and 40. RGB value is (90,131,64). Sum of RGB (Red+Green+Blue) = 90+131+64=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #5A8340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8340 is #A57CBF. Grayscale: #6F6F6F. Windows color (decimal): -10845376 or 4227930. OLE color: 4227930.

HSL color Cylindrical-coordinate representation of color #5A8340: hue angle of 96.72º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A8340 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB9013164-
CMYK0.3100.510.49
HSL96.72º34.36%38.24%-
HSV(B)96.72º51.15%51.37%-
XYZ13.2618.787.78-
YUV111.1101.42112.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=31.58%
G=45.96%
B=22.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90131640.3100.510.4996.7234.3638.24
Hex5A83401F03331612226
Octal13220310037063611414246
Binary10110101000001110000001111101100111100011100001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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