Html Css Color HEX #5E7B49 Dingley

📋 copy color: '#5E7B49'

red 94 ◦ green 123 ◦ blue 73

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

Shades of Dingley #5E7B49

Tints of Dingley #5E7B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.41%

 BLUE value IS 73 (28.91% from 255) = 25.17%

R = 32.41%
G = 42.41%
B = 25.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#5E7B49 (or 0x5E7B49) is known color: Dingley. HEX triplet: 5E, 7B and 49. RGB value is (94,123,73). Sum of RGB (Red+Green+Blue) = 94+123+73=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7B49 is #A184B6. Grayscale: #6C6C6C. Windows color (decimal): -10585271 or 4815710. OLE color: 4815710.

HSL color Cylindrical-coordinate representation of color #5E7B49: hue angle of 94.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E7B49 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 94 123 73 -
CMYK 0.24 0 0.41 0.52
HSL 94.8º 0.26% 0.38% -
HSV(B) 94.8º 0.41% 0.48% -
XYZ 12.9 17.03 8.91 -
YUV 108.63 107.89 117.57 -
System Red Green Blue C M Y K H S L
Decimal 94 123 73 0.24 0 0.41 0.52 94.8 0.26 0.38
Hex 5E 7B 49 18 0 29 34 5F 1A 26
Octal 136 173 111 30 0 51 64 137 32 46
Binary 1011110 1111011 1001001 11000 0 101001 110100 1011111 11010 100110

Color Harmonies of #5E7B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7B49

Black with #5E7B49

Text Example


Text Example

White with #5E7B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,123,73); }

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

background-color css

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

 a { background-color: rgb(94,123,73); }

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

border-color css

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

 span { border-color: rgb(94,123,73); }

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