Html Css Color HEX #5E7449 Dingley

📋 copy color: '#5E7449'

red 94 ◦ green 116 ◦ blue 73

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

Shades of Dingley #5E7449

Tints of Dingley #5E7449

RGB

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

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

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

R = 33.22%
G = 40.99%
B = 25.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#5E7449 (or 0x5E7449) is known color: Dingley. HEX triplet: 5E, 74 and 49. RGB value is (94,116,73). Sum of RGB (Red+Green+Blue) = 94+116+73=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7449 is #A18BB6. Grayscale: #686868. Windows color (decimal): -10587063 or 4813918. OLE color: 4813918.

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

Color convert

RGB 94 116 73 -
CMYK 0.19 0 0.37 0.55
HSL 90.7º 0.23% 0.37% -
HSV(B) 90.7º 0.37% 0.45% -
XYZ 12.06 15.35 8.63 -
YUV 104.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 94 116 73 0.19 0 0.37 0.55 90.7 0.23 0.37
Hex 5E 74 49 13 0 25 37 5B 17 25
Octal 136 164 111 23 0 45 67 133 27 45
Binary 1011110 1110100 1001001 10011 0 100101 110111 1011011 10111 100101

Color Harmonies of #5E7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7449

Black with #5E7449

Text Example


Text Example

White with #5E7449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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