Html Css Color HEX #5E7448 Dingley

📋 copy color: '#5E7448'

red 94 ◦ green 116 ◦ blue 72

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

Shades of Dingley #5E7448

Tints of Dingley #5E7448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 33.33%
G = 41.13%
B = 25.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#5E7448 (or 0x5E7448) is known color: Dingley. HEX triplet: 5E, 74 and 48. RGB value is (94,116,72). Sum of RGB (Red+Green+Blue) = 94+116+72=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7448 is #A18BB7. Grayscale: #686868. Windows color (decimal): -10587064 or 4748382. OLE color: 4748382.

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

Color convert

RGB 94 116 72 -
CMYK 0.19 0 0.38 0.55
HSL 90º 0.23% 0.37% -
HSV(B) 90º 0.38% 0.45% -
XYZ 12.03 15.34 8.46 -
YUV 104.41 109.71 120.58 -
System Red Green Blue C M Y K H S L
Decimal 94 116 72 0.19 0 0.38 0.55 90 0.23 0.37
Hex 5E 74 48 13 0 26 37 5A 17 25
Octal 136 164 110 23 0 46 67 132 27 45
Binary 1011110 1110100 1001000 10011 0 100110 110111 1011010 10111 100101

Color Harmonies of #5E7448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7448

Black with #5E7448

Text Example


Text Example

White with #5E7448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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