Html Css Color HEX #5E913F Dingley

📋 copy color: '#5E913F'

red 94 ◦ green 145 ◦ blue 63

#5E913F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #5E913F

Tints of Dingley #5E913F

RGB

 RED value IS 94 (37.11% from 255) = 31.13%

 GREEN value IS 145 (57.03% from 255) = 48.01%

 BLUE value IS 63 (25% from 255) = 20.86%

R = 31.13%
G = 48.01%
B = 20.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#5E913F (or 0x5E913F) is known color: Dingley. HEX triplet: 5E, 91 and 3F. RGB value is (94,145,63). Sum of RGB (Red+Green+Blue) = 94+145+63=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #5E913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E913F is #A16EC0. Grayscale: #787878. Windows color (decimal): -10579649 or 4165982. OLE color: 4165982.

HSL color Cylindrical-coordinate representation of color #5E913F: hue angle of 97.32º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E913F is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 145 63 -
CMYK 0.35 0 0.57 0.43
HSL 97.32º 0.39% 0.41% -
HSV(B) 97.32º 0.57% 0.57% -
XYZ 15.64 22.99 8.32 -
YUV 120.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 94 145 63 0.35 0 0.57 0.43 97.32 0.39 0.41
Hex 5E 91 3F 23 0 39 2B 61 27 29
Octal 136 221 77 43 0 71 53 141 47 51
Binary 1011110 10010001 111111 100011 0 111001 101011 1100001 100111 101001

Color Harmonies of #5E913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E913F

Black with #5E913F

Text Example


Text Example

White with #5E913F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,145,63); }

 H1.HeaderClassName
 {
   color: #5E913F;
 }
 .AnyTagClassName
 {
   color: #5E913F;
 }
</style>

background-color css

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

 a { background-color: rgb(94,145,63); }

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

border-color css

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

 span { border-color: rgb(94,145,63); }

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