Html Css Color HEX #5E8D42 Dingley

📋 copy color: '#5E8D42'

red 94 ◦ green 141 ◦ blue 66

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

Shades of Dingley #5E8D42

Tints of Dingley #5E8D42

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.84%

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 31.23%
G = 46.84%
B = 21.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#5E8D42 (or 0x5E8D42) is known color: Dingley. HEX triplet: 5E, 8D and 42. RGB value is (94,141,66). Sum of RGB (Red+Green+Blue) = 94+141+66=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #5E8D42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8D42 is #A172BD. Grayscale: #767676. Windows color (decimal): -10580670 or 4361566. OLE color: 4361566.

HSL color Cylindrical-coordinate representation of color #5E8D42: hue angle of 97.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E8D42 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 94 141 66 -
CMYK 0.33 0 0.53 0.45
HSL 97.6º 0.36% 0.41% -
HSV(B) 97.6º 0.53% 0.55% -
XYZ 15.12 21.82 8.57 -
YUV 118.4 98.43 110.6 -
System Red Green Blue C M Y K H S L
Decimal 94 141 66 0.33 0 0.53 0.45 97.6 0.36 0.41
Hex 5E 8D 42 21 0 35 2D 62 24 29
Octal 136 215 102 41 0 65 55 142 44 51
Binary 1011110 10001101 1000010 100001 0 110101 101101 1100010 100100 101001

Color Harmonies of #5E8D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8D42

Black with #5E8D42

Text Example


Text Example

White with #5E8D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,141,66); }

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

background-color css

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

 a { background-color: rgb(94,141,66); }

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

border-color css

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

 span { border-color: rgb(94,141,66); }

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