#5E903D

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

Shades of Dingley #5E903D

Tints of Dingley #5E903D

Color information

#5E903D (or 0x5E903D) is unknown color: approx Dingley. HEX triplet: 5E, 90 and 3D. RGB value is (94,144,61). Sum of RGB (Red+Green+Blue) = 94+144+61=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #5E903D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E903D is #A16FC2. Grayscale: #777777. Windows color (decimal): -10579907 or 4034654. OLE color: 4034654.

HSL color Cylindrical-coordinate representation of color #5E903D: hue angle of 96.14º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E903D is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB9414461-
CMYK0.3500.580.44
HSL96.14º40.49%40.2%-
HSV(B)96.14º57.64%56.47%-
XYZ15.4322.667.98-
YUV119.5994.94109.75-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.44%
GREEN value IS 144 (56.64% from 255) = 48.16%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=31.44%
G=48.16%
B=20.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94144610.3500.580.4496.1440.4940.2
Hex5E903D2303A2C602828
Octal1362207543072541405050
Binary10111101001000011110110001101110101011001100000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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