Html Css Color HEX #5E7447 Dingley

📋 copy color: '#5E7447'

red 94 ◦ green 116 ◦ blue 71

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

Shades of Dingley #5E7447

Tints of Dingley #5E7447

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.28%

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

R = 33.45%
G = 41.28%
B = 25.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#5E7447 (or 0x5E7447) is known color: Dingley. HEX triplet: 5E, 74 and 47. RGB value is (94,116,71). Sum of RGB (Red+Green+Blue) = 94+116+71=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7447 is #A18BB8. Grayscale: #686868. Windows color (decimal): -10587065 or 4682846. OLE color: 4682846.

HSL color Cylindrical-coordinate representation of color #5E7447: hue angle of 89.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E7447 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 116 71 -
CMYK 0.19 0 0.39 0.55
HSL 89.33º 0.24% 0.37% -
HSV(B) 89.33º 0.39% 0.45% -
XYZ 12 15.33 8.29 -
YUV 104.29 109.21 120.66 -
System Red Green Blue C M Y K H S L
Decimal 94 116 71 0.19 0 0.39 0.55 89.33 0.24 0.37
Hex 5E 74 47 13 0 27 37 59 18 25
Octal 136 164 107 23 0 47 67 131 30 45
Binary 1011110 1110100 1000111 10011 0 100111 110111 1011001 11000 100101

Color Harmonies of #5E7447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7447

Black with #5E7447

Text Example


Text Example

White with #5E7447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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