#5A833D

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

Shades of Dingley #5A833D

Tints of Dingley #5A833D

Color information

#5A833D (or 0x5A833D) is unknown color: approx Dingley. HEX triplet: 5A, 83 and 3D. RGB value is (90,131,61). Sum of RGB (Red+Green+Blue) = 90+131+61=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #5A833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A833D is #A57CC2. Grayscale: #6E6E6E. Windows color (decimal): -10845379 or 4031322. OLE color: 4031322.

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

Color convert

RGB9013161-
CMYK0.3100.530.49
HSL95.14º36.46%37.65%-
HSV(B)95.14º53.44%51.37%-
XYZ13.1818.747.34-
YUV110.7699.92113.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 131 (51.56% from 255) = 46.45%
BLUE value IS 61 (24.22% from 255) = 21.63%
R=31.91%
G=46.45%
B=21.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90131610.3100.530.4995.1436.4637.65
Hex5A833D1F035315f2426
Octal1322037537065611374446
Binary1011010100000111111011111101101011100011011111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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