#5E843B

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

Shades of Dingley #5E843B

Tints of Dingley #5E843B

Color information

#5E843B (or 0x5E843B) is unknown color: approx Dingley. HEX triplet: 5E, 84 and 3B. RGB value is (94,132,59). Sum of RGB (Red+Green+Blue) = 94+132+59=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #5E843B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E843B is #A17BC4. Grayscale: #707070. Windows color (decimal): -10582981 or 3900510. OLE color: 3900510.

HSL color Cylindrical-coordinate representation of color #5E843B: hue angle of 91.23º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E843B is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB9413259-
CMYK0.2900.550.48
HSL91.23º38.22%37.45%-
HSV(B)91.23º55.3%51.76%-
XYZ13.6619.27.12-
YUV112.3297.91114.94-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.98%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 59 (23.44% from 255) = 20.70%
R=32.98%
G=46.32%
B=20.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal94132590.2900.550.4891.2338.2237.45
Hex5E843B1D037305b2625
Octal1362047335067601334645
Binary1011110100001001110111110101101111100001011011100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,132,59); }

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

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

 a { background-color: rgb(94,132,59); }

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

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

 span { border-color: rgb(94,132,59); }

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