#5e8444

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

Shades of Dingley #5E8444

Tints of Dingley #5E8444

Color information

#5E8444 (or 0x5E8444) is unknown color: approx Dingley. HEX triplet: 5E, 84 and 44. RGB value is (94,132,68). Sum of RGB (Red+Green+Blue) = 94+132+68=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #5E8444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8444 is #A17BBB. Grayscale: #717171. Windows color (decimal): -10582972 or 4490334. OLE color: 4490334.

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

Color convert

RGB9413268-
CMYK0.2900.480.48
HSL95.62º32%39.22%-
HSV(B)95.62º48.48%51.76%-
XYZ13.9119.38.46-
YUV113.34102.41114.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.97%
GREEN value IS 132 (51.95% from 255) = 44.90%
BLUE value IS 68 (26.95% from 255) = 23.13%
R=31.97%
G=44.90%
B=23.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal94132680.2900.480.4895.623239.22
Hex5E84441D03030602027
Octal13620410435060601404047
Binary10111101000010010001001110101100001100001100000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e8444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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