Html Css Color HEX #5E7C44 Dingley

📋 copy color: '#5E7C44'

red 94 ◦ green 124 ◦ blue 68

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

Shades of Dingley #5E7C44

Tints of Dingley #5E7C44

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.36%

 BLUE value IS 68 (26.95% from 255) = 23.78%

R = 32.87%
G = 43.36%
B = 23.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#5E7C44 (or 0x5E7C44) is known color: Dingley. HEX triplet: 5E, 7C and 44. RGB value is (94,124,68). Sum of RGB (Red+Green+Blue) = 94+124+68=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #5E7C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7C44 is #A183BB. Grayscale: #6C6C6C. Windows color (decimal): -10585020 or 4488286. OLE color: 4488286.

HSL color Cylindrical-coordinate representation of color #5E7C44: hue angle of 92.14º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E7C44 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 124 68 -
CMYK 0.24 0 0.45 0.51
HSL 92.14º 0.29% 0.38% -
HSV(B) 92.14º 0.45% 0.49% -
XYZ 12.87 17.21 8.11 -
YUV 108.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 94 124 68 0.24 0 0.45 0.51 92.14 0.29 0.38
Hex 5E 7C 44 18 0 2D 33 5C 1D 26
Octal 136 174 104 30 0 55 63 134 35 46
Binary 1011110 1111100 1000100 11000 0 101101 110011 1011100 11101 100110

Color Harmonies of #5E7C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7C44

Black with #5E7C44

Text Example


Text Example

White with #5E7C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,124,68); }

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

background-color css

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

 a { background-color: rgb(94,124,68); }

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

border-color css

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

 span { border-color: rgb(94,124,68); }

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