#5A8236

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

Shades of Dingley #5A8236

Tints of Dingley #5A8236

Color information

#5A8236 (or 0x5A8236) is unknown color: approx Dingley. HEX triplet: 5A, 82 and 36. RGB value is (90,130,54). Sum of RGB (Red+Green+Blue) = 90+130+54=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8236 is #A57DC9. Grayscale: #6D6D6D. Windows color (decimal): -10845642 or 3572314. OLE color: 3572314.

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

Color convert

RGB9013054-
CMYK0.3100.580.49
HSL91.58º41.3%36.08%-
HSV(B)91.58º58.46%50.98%-
XYZ12.8618.416.36-
YUV109.3896.75114.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.85%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 54 (21.48% from 255) = 19.71%
R=32.85%
G=47.45%
B=19.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90130540.3100.580.4991.5841.336.08
Hex5A82361F03A315c2924
Octal1322026637072611345144
Binary1011010100000101101101111101110101100011011100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,130,54); }

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

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

 a { background-color: rgb(90,130,54); }

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

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

 span { border-color: rgb(90,130,54); }

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