Html Css Color HEX #5E913E Dingley

📋 copy color: '#5E913E'

red 94 ◦ green 145 ◦ blue 62

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

Shades of Dingley #5E913E

Tints of Dingley #5E913E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.6%

R = 31.23%
G = 48.17%
B = 20.6%

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

#5E913E (or 0x5E913E) is known color: Dingley. HEX triplet: 5E, 91 and 3E. RGB value is (94,145,62). Sum of RGB (Red+Green+Blue) = 94+145+62=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #5E913E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E913E is #A16EC1. Grayscale: #787878. Windows color (decimal): -10579650 or 4100446. OLE color: 4100446.

HSL color Cylindrical-coordinate representation of color #5E913E: hue angle of 96.87º degrees, saturation: 0.4, 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 #5E913E is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 145 62 -
CMYK 0.35 0 0.57 0.43
HSL 96.87º 0.4% 0.41% -
HSV(B) 96.87º 0.57% 0.57% -
XYZ 15.61 22.98 8.17 -
YUV 120.29 95.1 109.25 -
System Red Green Blue C M Y K H S L
Decimal 94 145 62 0.35 0 0.57 0.43 96.87 0.4 0.41
Hex 5E 91 3E 23 0 39 2B 61 28 29
Octal 136 221 76 43 0 71 53 141 50 51
Binary 1011110 10010001 111110 100011 0 111001 101011 1100001 101000 101001

Color Harmonies of #5E913E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E913E

Black with #5E913E

Text Example


Text Example

White with #5E913E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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