#5E843D

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

Shades of Dingley #5E843D

Tints of Dingley #5E843D

Color information

#5E843D (or 0x5E843D) is unknown color: approx Dingley. HEX triplet: 5E, 84 and 3D. RGB value is (94,132,61). Sum of RGB (Red+Green+Blue) = 94+132+61=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #5E843D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E843D is #A17BC2. Grayscale: #707070. Windows color (decimal): -10582979 or 4031582. OLE color: 4031582.

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

Color convert

RGB9413261-
CMYK0.2900.540.48
HSL92.11º36.79%37.84%-
HSV(B)92.11º53.79%51.76%-
XYZ13.7119.227.4-
YUV112.5498.91114.77-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.75%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=32.75%
G=45.99%
B=21.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal94132610.2900.540.4892.1136.7937.84
Hex5E843D1D036305c2526
Octal1362047535066601344546
Binary1011110100001001111011110101101101100001011100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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