#5A883B

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

Shades of Dingley #5A883B

Tints of Dingley #5A883B

Color information

#5A883B (or 0x5A883B) is unknown color: approx Dingley. HEX triplet: 5A, 88 and 3B. RGB value is (90,136,59). Sum of RGB (Red+Green+Blue) = 90+136+59=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #5A883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A883B is #A577C4. Grayscale: #717171. Windows color (decimal): -10844101 or 3901530. OLE color: 3901530.

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

Color convert

RGB9013659-
CMYK0.3400.570.47
HSL95.84º39.49%38.24%-
HSV(B)95.84º56.62%53.33%-
XYZ13.8120.17.29-
YUV113.4797.26111.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 136 (53.52% from 255) = 47.72%
BLUE value IS 59 (23.44% from 255) = 20.70%
R=31.58%
G=47.72%
B=20.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90136590.3400.570.4795.8439.4938.24
Hex5A883B220392F602726
Octal1322107342071571404746
Binary10110101000100011101110001001110011011111100000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,136,59); }

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

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

 a { background-color: rgb(90,136,59); }

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

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

 span { border-color: rgb(90,136,59); }

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