#5E8146

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

Shades of Dingley #5E8146

Tints of Dingley #5E8146

Color information

#5E8146 (or 0x5E8146) is unknown color: approx Dingley. HEX triplet: 5E, 81 and 46. RGB value is (94,129,70). Sum of RGB (Red+Green+Blue) = 94+129+70=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #5E8146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8146 is #A17EB9. Grayscale: #707070. Windows color (decimal): -10583738 or 4620638. OLE color: 4620638.

HSL color Cylindrical-coordinate representation of color #5E8146: hue angle of 95.59º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E8146 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB9412970-
CMYK0.2700.460.49
HSL95.59º29.65%39.02%-
HSV(B)95.59º45.74%50.59%-
XYZ13.5718.528.65-
YUV111.81104.4115.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.08%
GREEN value IS 129 (50.78% from 255) = 44.03%
BLUE value IS 70 (27.73% from 255) = 23.89%
R=32.08%
G=44.03%
B=23.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal94129700.2700.460.4995.5929.6539.02
Hex5E81461B02E31601e27
Octal13620110633056611403647
Binary1011110100000011000110110110101110110001110000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,129,70); }

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

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

 a { background-color: rgb(94,129,70); }

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

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

 span { border-color: rgb(94,129,70); }

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