Html Css Color HEX #5E8547 Dingley

📋 copy color: '#5E8547'

red 94 ◦ green 133 ◦ blue 71

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

Shades of Dingley #5E8547

Tints of Dingley #5E8547

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

 BLUE value IS 71 (28.13% from 255) = 23.83%

R = 31.54%
G = 44.63%
B = 23.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#5E8547 (or 0x5E8547) is known color: Dingley. HEX triplet: 5E, 85 and 47. RGB value is (94,133,71). Sum of RGB (Red+Green+Blue) = 94+133+71=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #5E8547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8547 is #A17AB8. Grayscale: #727272. Windows color (decimal): -10582713 or 4687198. OLE color: 4687198.

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

Color convert

RGB 94 133 71 -
CMYK 0.29 0 0.47 0.48
HSL 97.74º 0.3% 0.4% -
HSV(B) 97.74º 0.47% 0.52% -
XYZ 14.14 19.61 9 -
YUV 114.27 103.58 113.54 -
System Red Green Blue C M Y K H S L
Decimal 94 133 71 0.29 0 0.47 0.48 97.74 0.3 0.4
Hex 5E 85 47 1D 0 2F 30 62 1E 28
Octal 136 205 107 35 0 57 60 142 36 50
Binary 1011110 10000101 1000111 11101 0 101111 110000 1100010 11110 101000

Color Harmonies of #5E8547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8547

Black with #5E8547

Text Example


Text Example

White with #5E8547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,133,71); }

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

background-color css

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

 a { background-color: rgb(94,133,71); }

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

border-color css

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

 span { border-color: rgb(94,133,71); }

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