Html Css Color HEX #5E7F41 Dingley

📋 copy color: '#5E7F41'

red 94 ◦ green 127 ◦ blue 65

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

Shades of Dingley #5E7F41

Tints of Dingley #5E7F41

RGB

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

 GREEN value IS 127 (50% from 255) = 44.41%

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 32.87%
G = 44.41%
B = 22.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#5E7F41 (or 0x5E7F41) is known color: Dingley. HEX triplet: 5E, 7F and 41. RGB value is (94,127,65). Sum of RGB (Red+Green+Blue) = 94+127+65=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 127 - color contains mainly: green. Hex color #5E7F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7F41 is #A180BE. Grayscale: #6E6E6E. Windows color (decimal): -10584255 or 4292446. OLE color: 4292446.

HSL color Cylindrical-coordinate representation of color #5E7F41: hue angle of 91.94º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E7F41 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 127 65 -
CMYK 0.26 0 0.49 0.50
HSL 91.94º 0.32% 0.38% -
HSV(B) 91.94º 0.49% 0.5% -
XYZ 13.16 17.94 7.77 -
YUV 110.07 102.57 116.54 -
System Red Green Blue C M Y K H S L
Decimal 94 127 65 0.26 0 0.49 0.50 91.94 0.32 0.38
Hex 5E 7F 41 1A 0 31 32 5C 20 26
Octal 136 177 101 32 0 61 62 134 40 46
Binary 1011110 1111111 1000001 11010 0 110001 110010 1011100 100000 100110

Color Harmonies of #5E7F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7F41

Black with #5E7F41

Text Example


Text Example

White with #5E7F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,127,65); }

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

background-color css

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

 a { background-color: rgb(94,127,65); }

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

border-color css

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

 span { border-color: rgb(94,127,65); }

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